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

7 lines
87 B
Kotlin
Vendored

fun some() {
for(i in 0..42) {
}
}
// SET_FALSE: SPACE_BEFORE_FOR_PARENTHESES