8f2c543f7e
#KT-6032 Fixed
17 lines
345 B
Kotlin
Vendored
17 lines
345 B
Kotlin
Vendored
// SET_INT: CALL_PARAMETERS_WRAP = 0
|
|
// 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)
|
|
} |