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

7 lines
79 B
Plaintext
Vendored

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