aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test3/ColorName.java
blob: 17ef4805e4d389f3fc2c00847748fb8ef7ea786b (plain)
1
2
3
4
5
package test3;

public enum ColorName {
    RED, GREEN, BLUE
}