5b62c9e54d
This commit ports the (parameterless) main integration tests in `CompilerSmokeTest` to the IR backend. It also includes a simple suspend main test. The advanced ones (like `helloAppSuspendParameterlessMain`) are currently blocked by pending changes to capturing suspend lambdas, which are underway.
6 lines
63 B
Kotlin
Vendored
6 lines
63 B
Kotlin
Vendored
package Hello
|
|
|
|
fun main() {
|
|
System.out.println("Hello!")
|
|
}
|