Files
kotlin/compiler/testData/codegen/bytecodeListing/main/parameterlessMain.kt
Denis Zharkov 1cc0c12f87 Add language feature for extended main convention
- suspend
- parameterless

 #KT-17679 Fixed
 #KT-26574 Fixed
2018-09-12 09:49:25 +03:00

4 lines
31 B
Kotlin
Vendored

// WITH_RUNTIME
fun main() {}