smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / IntConstInSwitch.java
blobe2d37dff81471bd01100c57a6fb035d0cfd3bc9a
1 class E {
2 static final int ABC;
3 static final int DEF;
5 void foo (int e) {
6 int ADF;
7 switch (e) {
8 case A<caret>