Files
kotlin-fork/compiler/testData/codegen/bytecodeText/constProperty/noInlineInCmp.kt
T

13 lines
197 B
Kotlin
Vendored

// !LANGUAGE: -InlineConstVals
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: don't support legacy feature
const val z = 0
fun a() {
if (z == 2) {
}
}
// 1 GETSTATIC NoInlineInCmpKt.z : I