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