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