6 lines
68 B
Kotlin
Vendored
6 lines
68 B
Kotlin
Vendored
fun box(): String {
|
|
return f(JavaClass())
|
|
}
|
|
|
|
fun f(c: C) = c.ok
|