mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
9 lines
101 B
Kotlin
Vendored
9 lines
101 B
Kotlin
Vendored
// LANGUAGE_VERSION: 1.0
|
|
|
|
const val z = 0
|
|
|
|
fun a() {
|
|
val x = z
|
|
}
|
|
|
|
// 1 GETSTATIC NoInlineKt.z : I |