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

7 lines
111 B
Plaintext
Vendored

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