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

11 lines
123 B
Kotlin
Vendored

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