Files
openide/java/java-tests/testData/codeInsight/createSwitch/notAvailable2.java
2014-06-03 15:59:48 +04:00

13 lines
105 B
Java

class X {
void m() {
int foo = 10;
int bar = fo<caret>o + 10;
}
void m2(int i) {
}
}