cb95986c36
They do not contain markers for suspend calls in them See the changes introduced for fixing KT-16603
7 lines
61 B
Kotlin
Vendored
7 lines
61 B
Kotlin
Vendored
import library.*
|
|
|
|
suspend fun test() {
|
|
foo()
|
|
bar()
|
|
}
|