Switch testCoroutineContext to release coroutines thus fixing it

This commit is contained in:
Mikhail Glukhikh
2018-09-12 18:27:42 +03:00
parent 2e2b15853e
commit b6c4bd270c
@@ -1,7 +1,7 @@
// PROBLEM: none
// WITH_RUNTIME
import kotlin.coroutines.experimental.coroutineContext
import kotlin.coroutines.coroutineContext
<caret>suspend fun test() {
coroutineContext