8 lines
127 B
Kotlin
Vendored
8 lines
127 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
import kotlin.coroutines.coroutineContext
|
|
|
|
<caret>suspend fun test() {
|
|
coroutineContext
|
|
} |