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

5 lines
81 B
Java
Vendored

class JavaCall {
String call(Test test) {
return test.call();
}
}