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