Files
kotlin/compiler/testData/codegen/boxAgainstJava/syntheticExtensions/fromTwoBases.kt

6 lines
77 B
Kotlin
Vendored

fun box(): String {
return f(JavaClass())
}
internal fun f(c: C) = c.ok