
  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package pkg;

public enum EnumWithFields {
    E1, E2;

    private boolean f1;
    static boolean f2;

    public static pkg.EnumWithFields[] values() { /* compiled code */ }

    public static pkg.EnumWithFields valueOf(java.lang.String s) { /* compiled code */ }

    private EnumWithFields() { /* compiled code */ }
}