Read old suspend functions in 1.3

This commit is contained in:
Ilmir Usmanov
2018-07-05 19:42:23 +03:00
parent 6b73e528ce
commit 5b7e099842
14 changed files with 147 additions and 16 deletions
@@ -0,0 +1,8 @@
// !LANGUAGE: +ReleaseCoroutines
// SKIP_TXT
import kotlin.coroutines.experimental.coroutineContext
suspend fun test() {
coroutineContext
}