actual class Foo { actual fun String.foo(n: Int) { } } fun Foo.testJvm() { "2".foo(1) }