blob: b2dd99de463fb8f963d60c9363cb5b0f53703c06 [file]
package test;
public enum EnumName {
FIRST, SECOND;
}