blob: 85ceb301e66eca1d421f25aa3649400370006e4a [file] [log] [blame]
// "Remove parameter 'y'" "true"
// DISABLE-ERRORS
fun foo(x: Int) {
foo();
foo(1);
foo(1);
foo(2, 3, sdsd);
}