Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/ClassWithConstVal.kt

8 lines
145 B
Kotlin

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