Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
statements
/
ifThenElse.kt
blob: 17d461af9630451ed642f17a15e11edf88fabe12 [
file
]
fun z
(
b
:
Boolean
)
{}
fun foo
(
b
:
Boolean
)
{
if
(
b
)
{
z
(
b
)
}
else
{
z
(
b
)
}
}
// 0 GETSTATIC