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