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