文本文件  |  9行  |  81 B

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

    void foo(){

    }
}