Files
kotlin-fork/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt
T

8 lines
127 B
Kotlin
Vendored

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