Files
kotlin-fork/idea/testData/formatter/parameterList/ArgumentListWrapAlways.after.kt
T
2020-02-04 21:34:53 +07:00

21 lines
421 B
Kotlin
Vendored

// SET_INT: CALL_PARAMETERS_WRAP = 2
// SET_TRUE: ALIGN_MULTILINE_PARAMETERS_IN_CALLS
// RIGHT_MARGIN: 30
fun foo() {
testtest()
testtesttesttesttesttesttesttesttest()
testtest(foofoo)
testtesttesttest(foofoofoofoofoofoofoofoofoofoofoofoo)
testtest(foobar,
barfoo)
testtesttesttest(foofoo,
barbar,
foobar,
barfoo)
}