fix KT-9733 No error shown for 2 "main" functions in the same file

#KT-9733 Fixed
This commit is contained in:
Michael Nedzelsky
2015-10-26 14:53:26 +03:00
parent 31bff24c55
commit 63f84fc60e
5 changed files with 29 additions and 9 deletions
@@ -0,0 +1,4 @@
package
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit