mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
12 lines
149 B
Kotlin
Vendored
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
|