Tests with constants, incremental compilation between Kotlin and Java.

This commit is contained in:
Evgeny Gerashchenko
2014-10-22 12:36:29 +04:00
parent 70331e3b82
commit 9234ef3803
17 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import test.*;
class Usage {
public static void main(String[] args) {
System.out.println(Klass.CONST + Klass.CONST);
}
}