Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
statements
/
tryCatchFinally.kt
blob: 31145f208feb02b0df1d236c079bd8f55d7dff2f [
file
]
fun z
()
{}
fun foo
()
{
try
{
z
()
}
catch
(
e
:
Exception
)
{
z
()
}
try
{
z
()
}
finally
{
z
()
}
try
{
z
()
}
catch
(
e
:
Exception
)
{
z
()
}
finally
{
z
()
}
}
// 0 GETSTATIC