Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
ifTrue.kt
blob: c637bc4ee160c7c850a83ca3da5453c57b979b33 [
file
]
fun foo
():
Int
{
if
(
true
)
{
return
1
}
return
2
}
// 1 LINENUMBER 2