mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
11 lines
134 B
Kotlin
Vendored
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
|