7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
fun some() {
|
|
if (true) {
|
|
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: SPACE_BEFORE_IF_PARENTHESES |