JVM_IR: Treat suspend main wrapper as always tail-call function
In other words, never generate suspend call markers inside it.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_COROUTINES
|
||||
// TREAT_AS_ONE_FILE
|
||||
|
||||
suspend fun main() {}
|
||||
|
||||
// 0 INVOKESTATIC kotlin/jvm/internal/InlineMarker.mark
|
||||
Reference in New Issue
Block a user