Files
kotlin-fork/idea/testData/formatter/Parameters.kt
T

9 lines
135 B
Kotlin
Vendored

fun some(
a: Int,
b: String, c: Int,
d: String, e: Int
) {
}
// SET_FALSE: SPACE_BEFORE_TYPE_COLON
// SET_TRUE: SPACE_AFTER_TYPE_COLON