Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
statements
/
ifSingleBranch.kt
blob: da02a5ad6eb8cb88abd3e9022818e1824e202a83 [
file
] [
log
] [
blame
]
fun foo
()
{
if
(
0
<
1
)
{
return
}
if
(
1
<
2
)
else
{
return
}
}
// 0 GETSTATIC