Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constProperty
/
noInline.kt
blob: 35bf8782acdb82fc4ef17075b21c0b3e6847a99e [
file
] [
log
] [
blame
]
// !LANGUAGE: -InlineConstVals
// IGNORE_BACKEND_FIR: JVM_IR
const
val z
=
0
fun a
()
{
val x
=
z
}
// 1 GETSTATIC NoInlineKt.z : I