class E { static final int ABC; static final int DEF; void foo (int e) { int ADF; switch (e) { case A<caret> } } }