Fix tests after disabling trailing comma
#KT-34744
This commit is contained in:
@@ -3,15 +3,11 @@ fun <caret>foo(c: Int, b: Int, a: Int) {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(
|
||||
3,
|
||||
foo(3,
|
||||
2,
|
||||
1
|
||||
)
|
||||
foo(
|
||||
3, 2,
|
||||
1
|
||||
)
|
||||
1)
|
||||
foo(3, 2,
|
||||
1)
|
||||
foo(
|
||||
3,
|
||||
2,
|
||||
|
||||
Reference in New Issue
Block a user