Support main entry-point without arguments in frontend
#KT-26574 In Progress
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// FILE: a.kt
|
||||
<!CONFLICTING_OVERLOADS!>fun main()<!> {}
|
||||
|
||||
suspend fun main(args: Array<String>) {}
|
||||
|
||||
// FILE: b.kt
|
||||
<!CONFLICTING_OVERLOADS!>fun main()<!> {}
|
||||
Reference in New Issue
Block a user