Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithConstVal.kt
2014-03-13 10:07:18 +04:00

7 lines
125 B
Kotlin

package test
public class ClassWithConstVal() : java.lang.Object() {
public val f: Int = 1
public val f2: Int = f
}