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