Added sam test on java8 interface with default method
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class JavaCall {
|
||||
String call(Test test) {
|
||||
return test.call();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user