Files
kotlin/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt
Ilmir Usmanov fd70b10b17 JVM_IR: Generate suspend fun main wrapper as class instead of reference
This way, there is no getName, getOwner and getSignature generated.
 #KT-37404: Open
2020-03-11 15:34:38 +01:00

4 lines
31 B
Kotlin
Vendored

// WITH_RUNTIME
fun main() {}