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

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