Files
kotlin/compiler/testData/codegen/bytecodeText/coroutines/suspendMain.kt
Ilmir Usmanov 325ad14ac9 JVM_IR: Treat suspend main wrapper as always tail-call function
In other words, never generate suspend call markers inside it.
2020-02-21 12:00:54 +01:00

6 lines
119 B
Kotlin
Vendored

// WITH_COROUTINES
// TREAT_AS_ONE_FILE
suspend fun main() {}
// 0 INVOKESTATIC kotlin/jvm/internal/InlineMarker.mark