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

12 lines
149 B
Kotlin
Vendored

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