Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constProperty
/
noInlineInCmp.kt
blob: 39d32f496415270d760097fcc2a7bbdc991cae46 [
file
]
// !LANGUAGE: -InlineConstVals
const
val z
=
0
fun a
()
{
if
(
z
==
2
)
{
}
}
// 1 GETSTATIC NoInlineInCmpKt.z : I