-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.jetbrains.spek.idea.SpekConfigurationFactory@4f9da278 produced wrong type: org.jetbrains.kotlin.psi.KtFunctionLiteral cannot be cast to org.jetbrains.kotlin.psi.KtLambdaExpression #44
Comments
@lgtout Thanks! Can you give a sample spec I can test out? |
@raniejade Oops! I didn't think to take note of the code I was working on when it happened. :( It seemed to occur every couple of days or so; and I think only when editing a file containing Spek tests, not when running tests. It hasn't happened since I created this ticket. But I'll add more information if it does again. Thanks! |
Thanks, no worries. I'll keep an eye out as well. |
Hey. I'm getting a similar issue when trying to launch specific "it" inside of spec, pressing green triangle.
|
Hi,
I'm getting this exception:
org.jetbrains.spek.idea.SpekConfigurationFactory@4f9da278 produced wrong type: org.jetbrains.kotlin.psi.KtFunctionLiteral cannot be cast to org.jetbrains.kotlin.psi.KtLambdaExpression
It doesn't prevent me from using the IDE or the plugin, but I thought I should let you know about it.
Details:
IntelliJ 2017.1.4 Build #IU-171.4694.23:
JRE: 1.8.0_112-release-736-b21 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.5
The text was updated successfully, but these errors were encountered: