Files
kotlin-fork/idea/testData/formatter/Parameters.after.kt
T
2020-02-04 21:34:53 +07:00

9 lines
159 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