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