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