// "Add '@JvmName' annotation" "true" // WITH_RUNTIME interface Foo fun Foo.foo() = this @JvmName("fooString") fun Foo.foo() = this