https://kotlinlang.org logo
#eap
Title
e

Eugenio

09/23/2016, 5:47 PM
hmmm in
1.1-M1
I was able to crash the compiler while trying to inline a function:
Copy code
org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'mainThread' into
...
Cause: lateinit property allRecapturedParameters has not been initialized
...
The root cause was thrown at: TransformationInfo.kt:72
...
The project I'm working on is quite complex and we just started using Kotlin, should I try to create a small repro or do you have an idea of what this is about?