blob: 622c3760182387df6766823f6e64a925fdde13c1 [file] [log] [blame]
package p;
public enum A {
RED, GREEN, PINK // Color Different!
}