enum MyEnum {
    E1, E2;
    int i;
    static long j;

    void foo(){

    }
}