
  // 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;

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