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

6 lines
94 B
Plaintext

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