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