87bbac9d43
#KT-22651: Fixed
8 lines
140 B
Kotlin
Vendored
8 lines
140 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
import kotlin.coroutines.experimental.coroutineContext
|
|
|
|
<caret>suspend fun test() {
|
|
coroutineContext
|
|
} |