Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
Try.kt
blob: ce5f7e404163c9e4f2144b22526abace04951dd6 [
file
] [
log
] [
blame
]
fun foo
()
{
try
{
try
{
}
finally
{
try
{
}
catch
(
e
:
RuntimeException
)
{
<caret>
}
}
}
catch
(
e
:
Exception
)
{
}
}