Support parameterless and suspend main functions in multifile classes

#KT-26574 Fixed
This commit is contained in:
Denis Zharkov
2018-09-07 15:19:08 +03:00
parent b53194ef1a
commit fc3c4ad883
9 changed files with 102 additions and 9 deletions
@@ -0,0 +1,6 @@
// WITH_RUNTIME
@file:JvmMultifileClass
@file:JvmName("Foo")
package Hello
suspend fun main(args: Array<String>) {}