Files
kotlin-fork/idea/testData/run/MainInTest/module/src/parameterlessWithJvmName.kt
T
Denis Zharkov 2c920b732c Support main entry-point without arguments in frontend
#KT-26574 In Progress
2018-09-12 09:48:13 +03:00

6 lines
75 B
Kotlin
Vendored

package parameterlessWithJvmName
@JvmName("main")
fun notMain() { // no
}