Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constProperty
/
noInlineInCmp.kt
blob: a85f9168d7ca9f806b2a8a61aba19efaceab8467 [
file
] [
log
] [
blame
]
// LANGUAGE_VERSION: 1.0
const
val z
=
0
fun a
()
{
if
(
z
==
2
)
{
}
}
// 1 GETSTATIC NoInlineInCmpKt.z : I