Files
kotlin/idea/testData/codeInsight/surroundWith/tryCatchExpression/singleExpression.kt.after
2017-09-12 18:27:47 +03:00

6 lines
103 B
Plaintext
Vendored

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