Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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