Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
tryCatchFinally
/
singleExpression.kt.after
blob: cec4597efa7327c2a7b7589bd07d235fcb0b7cdc [
file
]
fun foo
()
{
try
{
"aaa"
}
catch
(
e
:
<selection>
Exception
</
selection
>)
{
}
finally
{
}
}