JVM_IR: Do not generate null checks for suspend function views.
The arguments are null whenever the suspend function is resumed and takes its state from the continuation parameter.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
import helpers.*
|
||||
import kotlin.coroutines.*
|
||||
|
||||
Reference in New Issue
Block a user