Searched refs:hiddenMethod (Results 1 – 2 of 2) sorted by relevance
42 public void hiddenMethod() {} in hiddenMethod() method in Test
89 expectException(NoSuchMethodError.class, "hidden method", () -> test.hiddenMethod()); in makeCallsVersion45()