Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constProperty
/
noInline.kt
blob: 08f5f827381bae4f8a7d5d72755acfefbb6083eb [
file
]
// !LANGUAGE: -InlineConstVals
const
val z
=
0
fun a
()
{
val x
=
z
}
// 1 GETSTATIC NoInlineKt.z : I