Searched refs:ClassWithProtectedMethod (Results 1 – 1 of 1) sorted by relevance
60 ClassWithProtectedMethod overlay = new ClassWithProtectedMethod(); in testProtectedMethodsAreDelegated()64 @Implements(ClassWithProtectedMethod.class)73 public static class ClassWithProtectedMethod { class in ShadowingTest