Files
kotlin-fork/idea/testData/formatter/FunctionDefParametersAlign.kt
T
2020-01-17 21:02:52 +07:00

5 lines
65 B
Kotlin
Vendored

fun test(a : Int,
b : Int) {
}
// TRAILING_COMMA: false