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