// "Remove redundant receiver parameter" "true" fun Any.foo() { } fun test() { 1.foo() }