[K2] Disappeared UNSUPPORTED
Forbid callable reference to coroutineContext ^KT-59881
This commit is contained in:
committed by
Space Team
parent
daac8603d0
commit
7787b53b4a
-12
@@ -1,12 +0,0 @@
|
||||
// SKIP_TXT
|
||||
import kotlin.coroutines.coroutineContext
|
||||
|
||||
val c = ::coroutineContext
|
||||
|
||||
fun test() {
|
||||
c()
|
||||
}
|
||||
|
||||
suspend fun test2() {
|
||||
c()
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// SKIP_TXT
|
||||
import kotlin.coroutines.coroutineContext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user