Searched refs:printIsDefault (Results 1 – 1 of 1) sorted by relevance
37 private static void printIsDefault(Class<?> klass) { in printIsDefault() method in IsDefaultTest55 printIsDefault(DefaultInterface.class); in test()56 printIsDefault(RegularInterface.class); in test()57 printIsDefault(ImplementsWithDefault.class); in test()58 printIsDefault(ImplementsWithRegular.class); in test()