Files
openide/java/java-tests/testData/codeInsight/completeStatement/SwitchKeywordWithCondition_after.java
2010-01-20 21:18:06 +03:00

8 lines
77 B
Java

class foo {
{
switch (i) {
<caret>
}
}
}