Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constProperty
/
noInline.kt
blob: b0dd52b1fd5e235271382e10109fe89a4037d8dd [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.0
const
val z
=
0
fun a
()
{
val x
=
z
}
// 1 GETSTATIC NoInlineKt.z : I