JVM_IR: Generate suspend fun main wrapper as class instead of reference

This way, there is no getName, getOwner and getSignature generated.
 #KT-37404: Open
This commit is contained in:
Ilmir Usmanov
2020-03-10 15:42:12 +01:00
parent e495c35ad7
commit fd70b10b17
9 changed files with 122 additions and 22 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
fun main() {}