//file import kotlinApi.KotlinApiKt; class C { void foo() { String s = KotlinApiKt.extensionFunction(1); } }