Files
openide/java/java-tests/testData/psi/parser-full/statementParsing/try/Incomplete9.java
T

5 lines
41 B
Java

class A{
{
try{}catch(E| e){}
}
}