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