Reorganize integration test data

This commit is contained in:
Alexander Udalov
2014-07-30 21:10:33 -07:00
parent 8e17557f5c
commit 3ca6c8615b
101 changed files with 69 additions and 40 deletions
@@ -0,0 +1 @@
Return code: 0
@@ -0,0 +1,5 @@
package Hello
fun main(vararg args: kotlin.String) {
System.out.println("Hello from vararg main!")
}
@@ -0,0 +1,4 @@
OUT:
Hello from vararg main!
Return code: 0