1 2 3 4 5 6 7 8 9 10 11 12 13
public class pr25429 { private static final int CONST = 0; class I { public void f () { switch(0) { case CONST: } } } public static void main(String[] args) { } }