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

8 lines
124 B
Plaintext

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