Searched defs:WINTER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/
H A DT6245591.java8 WINTER, SPRING, SUMMER, FALL; enum constant in enum:Season
11 WINTER, SPRING, SUMMER, FALL; enum constant in enum:Season1
15 Season s1 = Season.WINTER; // ref to WINTER should be deprecated
16 Season1 s2 = Season1.WINTER; // nothing here should be deprecated;

Completed in 203 milliseconds