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

6 lines
95 B
Plaintext
Vendored

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