jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedSuperclass.java
changeset 32649 2ee9017c7597
parent 20481 2735b307d256
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    92         }
    92         }
    93     }
    93     }
    94 
    94 
    95     interface If {}
    95     interface If {}
    96 
    96 
    97     static abstract class Clz {}
    97     abstract static class Clz {}
    98 }
    98 }