Files
kotlin-fork/compiler/testData/codegen/boxWithJava/functions/unrelatedUpperBounds.kt
T
2014-01-23 12:33:58 +04:00

4 lines
99 B
Kotlin

fun box(): String {
return unrelatedUpperBounds.id("OK" as java.lang.String)!! as jet.String
}