Files
kotlin/idea/testData/codeInsight/surroundWith/tryCatchFinally/multiExpression.kt.after
2017-06-14 11:40:41 +02:00

8 lines
125 B
Plaintext
Vendored

fun foo() {
try {
"aaa"
"aaa"
} catch (e: <selection>Exception</selection>) {
} finally {
}
}