Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt
T
2018-02-08 19:34:20 +03:00

8 lines
140 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
import kotlin.coroutines.experimental.coroutineContext
<caret>suspend fun test() {
coroutineContext
}