blob: 91f6845bb0ae215987379776406d729cd3b90063 [file] [log] [blame]
package p;
public enum A {
REDDISH, GREEN, PINK // Color Different!
}