9 lines
127 B
Plaintext
Vendored
9 lines
127 B
Plaintext
Vendored
// "Remove parameter 'x'" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
fun foo(y: Int) {
|
|
foo();
|
|
foo(1);
|
|
foo(2);
|
|
foo(2, 3, sdsd);
|
|
} |