8b40005b0c
#KT-32276 - Reduce affected tests count from 117 cases to 2 cases
4 lines
110 B
Kotlin
Vendored
4 lines
110 B
Kotlin
Vendored
//RELEASE_COROUTINE_NEEDED
|
|
suspend fun doSomething(foo: String): Int {}
|
|
|
|
fun <T> async(block: suspend () -> T) |