Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
ifFalseElse.kt
blob: 899ced55af5da0aef871b131e1cd2ae9f89236ef [
file
]
fun foo
():
Int
{
if
(
false
)
{
return
1
}
else
{
return
2
}
}
// 1 LINENUMBER 2