Files
kotlin-fork/idea/testData/formatter/Parameters.after.kt
T
2013-09-24 06:58:40 -07:00

9 lines
159 B
Kotlin

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