Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
tryFinally
/
singleExpression.kt.after
blob: c8c8adcb9c5299ba973026a9c5f21ec931473a08 [
file
]
fun foo
()
{
try
{
"aaa"
}
finally
{
<caret>
}
}