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