// "Convert receiver to parameter" "true" impl class Foo { impl fun foo(s: String, n: Int) { } } fun Foo.test() { foo("1", 2) }