Hmm, on Kotlin 1.1.2 I've got a ``` Error:Kotlin...
# coroutines
g
Hmm, on Kotlin 1.1.2 I've got a
Copy code
Error:Kotlin: [Internal Error] org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong code generated
org.jetbrains.kotlin.codegen.CompilationException Back-end (JVM) Internal error: Couldn't transform method node: doResume (Ljava/lang/Object;Ljava/lang/Throwable;)Ljava/lang/Object;:
  @Lorg/jetbrains/annotations/Nullable;() // invisible
    @Lorg/jetbrains/annotations/Nullable;() // invisible, parameter 0
    @Lorg/jetbrains/annotations/Nullable;() // invisible, parameter 1
for the code
Copy code
buildSequence { (0L..200L).forEach {yield(UUID(0,it))} }
now its on one machine but not another...