[K2] Disappeared UNSUPPORTED

Forbid callable reference to coroutineContext

^KT-59881
This commit is contained in:
Anastasia.Nekrasova
2023-11-23 14:56:42 +02:00
committed by Space Team
parent daac8603d0
commit 7787b53b4a
3 changed files with 18 additions and 13 deletions
@@ -1,12 +0,0 @@
// SKIP_TXT
import kotlin.coroutines.coroutineContext
val c = ::coroutineContext
fun test() {
c()
}
suspend fun test2() {
c()
}
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// SKIP_TXT
import kotlin.coroutines.coroutineContext