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