Files
kotlin-fork/idea/testData/codeInsight/postfix/try.kt.after
T
2016-09-20 15:26:42 +03:00

7 lines
85 B
Plaintext
Vendored

fun foo(x: Boolean) {
try {
x
} catch(e: <caret>Exception) {
}
}