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 @@
// KT-9733 No error shown for 2 "main" functions in the same file
<!CONFLICTING_OVERLOADS!>fun main(args: Array<String>)<!> {}
<!CONFLICTING_OVERLOADS!>fun main(args: Array<String>)<!> {}