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

8 lines
97 B
Plaintext
Vendored

fun foo() {
try {
for (i in 1..100) {
}
} catch (e: Exception) {
}
}