Change Signature: Do not insert new-lines between parameters (to be fixed later at the formatter level)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
// "Add parameter to function 'foo'" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
fun foo(x: Int,
|
||||
i: Int) {
|
||||
fun foo(x: Int, i: Int) {
|
||||
foo(, 4);
|
||||
foo(1, 4);
|
||||
foo(1, 4);
|
||||
|
||||
Reference in New Issue
Block a user