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

7 lines
109 B
Plaintext
Vendored

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