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