Files
kotlin-fork/compiler/testData/bytecodeVersion/obsoleteInlineSuspend/A.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

5 lines
66 B
Kotlin
Vendored

package library
inline suspend fun foo() {}
suspend fun bar() {}