blob: caff9a6e7a2daf5a243e83b2daae89432c38bfef [file] [log] [blame]
// 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 */ }
}