blob: baf6e40ff92f43b05bcbb44d96665ea06ecaf8c0 [file] [log] [blame]
import IdeaBug.Anno;
class IdeaBug {
@interface Anno { }
}
@Anno
public class IdeaBugUser extends IdeaBug {
}