9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
fun some() {
|
|
try {
|
|
|
|
} catch (e: Exception) {
|
|
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: SPACE_BEFORE_CATCH_PARENTHESES |