5 lines
81 B
Java
Vendored
5 lines
81 B
Java
Vendored
class JavaCall {
|
|
String call(Test test) {
|
|
return test.call();
|
|
}
|
|
} |