package foo.bar;

class AClass {
    static Object field1 = BinaryExpr.Operator.OR;
    static Object field2 = foo.bar.BinaryExpr.Operator.AND;
}
