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