Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
tryFinally.kt
blob: a0c5cae2a18ffefae353f42ca33cc814c4da3ffe [
file
] [
log
] [
blame
]
fun foo
()
{
try
{
System
.
out
.
println
(
"A"
)
}
finally
{
System
.
out
.
println
(
"B"
)
}
}
// 0 LINENUMBER 4
// 2 LINENUMBER 5