[K/N] Wrap continuation with ContinuationImpl on callable references

#KT-55869
This commit is contained in:
Igor Chevdar
2023-01-19 18:46:57 +02:00
committed by Space Team
parent 4dd7481ac3
commit 9d911247fa
4 changed files with 51 additions and 13 deletions
@@ -1,6 +1,6 @@
// WITH_STDLIB
// WITH_COROUTINES
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
// IGNORE_BACKEND: JS_IR, JS_IR_ES6
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
@@ -1,5 +1,5 @@
// WITH_STDLIB
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE
// IGNORE_BACKEND: JS_IR, JS_IR_ES6
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
@@ -1,6 +1,5 @@
// WITH_STDLIB
// WITH_COROUTINES
// IGNORE_BACKEND: NATIVE
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*