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