blob: 6379586c3b0303ab8da0b08444e126431e8b9847 [file] [log] [blame]
package test612;
@interface Annot {
String value() default "";
}
@interface Annot2 {
}
public class A {
A() {
}
}
class B {}