Files
kotlin-fork/compiler/testData/asJava/ultraLightFacades/coroutines.kt
T
Igor Yakovlev 8b40005b0c UL classes flaky tests partially fix
#KT-32276 - Reduce affected tests count from 117 cases to 2 cases
2019-06-27 12:46:02 +03:00

4 lines
110 B
Kotlin
Vendored

//RELEASE_COROUTINE_NEEDED
suspend fun doSomething(foo: String): Int {}
fun <T> async(block: suspend () -> T)