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