Files
kotlin/compiler/testData/codegen/boxWithJava/jvmName/FakePlatformName.kt

6 lines
153 B
Kotlin
Vendored

fun box(): String {
val test1 = FakePlatformName().foo()
if (test1 != "foo") return "Failed: FakePlatformName().foo()==$test1"
return "OK"
}