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:
Mads Ager
2019-10-25 12:19:32 +02:00
committed by Ilmir Usmanov
parent 03c7f4bf00
commit 88dd8f663c
4 changed files with 16 additions and 9 deletions
@@ -1,7 +1,6 @@
// WITH_RUNTIME
// WITH_COROUTINES
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
import helpers.*
import kotlin.coroutines.*