Files
kotlin-fork/idea/testData/codeInsight/surroundWith/tryFinally/singleExpression.kt.after
T
2013-02-18 17:12:47 +04:00

7 lines
75 B
Plaintext

fun foo() {
try {
"aaa"
} finally {
<caret>
}
}