Files
kotlin-fork/compiler/testData/bytecodeVersion/obsoleteInlineSuspend/B.kt
T
Denis Zharkov cb95986c36 Report error on calls to obsolete inline suspend functions
They do not contain markers for suspend calls in them

See the changes introduced for fixing KT-16603
2017-06-28 10:24:27 +03:00

7 lines
61 B
Kotlin
Vendored

import library.*
suspend fun test() {
foo()
bar()
}