Files
kotlin/compiler/testData/loadJava/compiledKotlin/fromLoadJava/ClassWithConstVal.kt
2018-07-24 10:52:16 +03:00

7 lines
110 B
Kotlin
Vendored

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