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

5 lines
90 B
Kotlin
Vendored

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