Remove module integration-tests, merge into compiler-tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package hello
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
for (s in listOf("a")) {
|
||||
println("Hello, $s!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user