class TestWithParen { /** * Java Method */ public static Object[] foo(String str, int num) { return new Object[0]; } }