Files
kotlin/compiler/testData/codegen/boxAgainstJava/syntheticExtensions/fromTwoBases.kt
2015-07-21 08:32:51 +03:00

6 lines
68 B
Kotlin
Vendored

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