Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
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