Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
ifElse.kt
blob: 302c4d2b58800f2affddabfd1027e112610e6e43 [
file
]
fun foo
()
{
if
(
0
<
1
)
{
System
.
out
?.
println
()
}
else
{
System
.
out
?.
println
()
}
}
// 1 LINENUMBER 2