Files
openide/java/java-tests/testData/psi/parser-full/statementParsing/switch/Uncomplete6.java
T

6 lines
41 B
Java

class A{
{
switch(
foo();
}
}