Files
kotlin-fork/idea/testData/formatter/SpaceBeforeCatchParentheses.after.kt
T
2017-06-14 11:28:57 +02:00

9 lines
106 B
Kotlin
Vendored

fun some() {
try {
} catch(e: Exception) {
}
}
// SET_FALSE: SPACE_BEFORE_CATCH_PARENTHESES