Tests with constants, incremental compilation between Kotlin and Java.

Original commit: 9234ef3803
This commit is contained in:
Evgeny Gerashchenko
2014-10-22 12:36:29 +04:00
parent 66cd592fd2
commit 9c8276c9fa
17 changed files with 131 additions and 0 deletions
@@ -0,0 +1,7 @@
package test
class Klass {
class object {
val CONST = "bar"
}
}