Support main entry-point without arguments in frontend
#KT-26574 In Progress
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package parameterlessWithJvmName
|
||||
|
||||
@JvmName("main")
|
||||
fun notMain() { // no
|
||||
}
|
||||
Reference in New Issue
Block a user