Files
kotlin/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt
2019-10-05 10:52:59 +02:00

10 lines
108 B
Kotlin
Vendored

// !LANGUAGE: -InlineConstVals
const val z = 0
fun a() {
val x = z
}
// 1 GETSTATIC NoInlineKt.z : I