Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
/
tryCatch.kt
blob: 0fdc13a0e6beb2610effc1dec4a231773a4452cc [
file
]
fun foo
()
{
try
{
System
.
out
?.
println
()
}
catch
(
e
:
Exception
)
{
System
.
out
?.
println
()
}
}
// 1 LINENUMBER 2