I was playing around with enums and I saw that this code won\'t compile:
class TrafficLight{ enum Color{ RED(23){ private int y=5;