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,2 +1,2 @@
val num = 10 // check that we could declare property with the name as in the super class
System.out.println(num)
println(num)