Compile most test scripts with runtime

This commit is contained in:
Ilya Chernikov
2016-09-07 13:22:34 +02:00
parent 385aab8418
commit 42a4f0ed70
13 changed files with 36 additions and 41 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// this script expected parameter num: Int
val test = num + 10
System.out.println(test)
println(test)