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