Files
kotlin-fork/idea/testData/intentions/chop/parameterList/hasSomeLineBreaks1WithTrailingComma.kt.after
T
2020-03-03 21:53:11 +07:00

8 lines
109 B
Plaintext
Vendored

// SET_TRUE: ALLOW_TRAILING_COMMA
fun foo(
p: Int,
c: Char,
b: <caret>Boolean,
) {
}