Searched refs:staticHiddenMethod (Results 1 – 2 of 2) sorted by relevance
91 expectException(NoClassDefFoundError.class, "test class", () -> Test.staticHiddenMethod() ); in makeCallsDefault()110 () -> Test.staticHiddenMethod()); in makeCallsVersion45()
59 public static void staticHiddenMethod() {} in staticHiddenMethod() method in Test