jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedInterfaces.java
changeset 32649 2ee9017c7597
parent 20481 2735b307d256
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    74         }
    74         }
    75     }
    75     }
    76 
    76 
    77     interface If {}
    77     interface If {}
    78 
    78 
    79     static abstract class Clz {}
    79     abstract static class Clz {}
    80 }
    80 }