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