// "Remove parameter 'x'" "true" fun Int.f() { } fun test() { 1.f() }