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