public class Bug1621A {
    static final Bug1621A INSTANCE = new Bug1621A();
    public static final Bug1621B NEXT = Bug1621B.INSTANCE;
}