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
@@ -0,0 +1,3 @@
public class JavaClass {
public static final String CONST = "A";
}