Files
kotlin/compiler/testData/codegen/java8/boxWithJava/samOnInterfaceWithDefaultMethod/sam.kt
2015-04-18 14:45:16 +03:00

4 lines
56 B
Kotlin
Vendored

fun box(): String {
return JavaCall().call {"OK"}
}