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