Searched refs:RegularInterface (Results 1 – 3 of 3) sorted by relevance
26 interface RegularInterface { interface in DefaultDeclared38 abstract class UnimplementedWithRegular implements RegularInterface { }40 class ImplementsWithRegular implements RegularInterface {65 printGetMethod(RegularInterface.class); in test()
26 interface RegularInterface { interface in IsDefaultTest31 class ImplementsWithRegular implements RegularInterface {56 printIsDefault(RegularInterface.class); in test()
5 IsDefaultTest$RegularInterface is default = no12 No error thrown for class interface DefaultDeclared$RegularInterface