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

package pkg;

public enum SimpleEnum {
    E1, E2;

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