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