Files
kotlin/compiler/testData/codegen/bytecodeText/constProperty/noInline.kt
2018-12-21 16:20:45 +01:00

11 lines
134 B
Kotlin
Vendored

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