module compilation integration tests + changed test data layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package Hello
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
System.out?.println("Hello!")
|
||||
}
|
||||
Reference in New Issue
Block a user