Files
openide/java/java-tests/testData/codeInsight/folding/EmptyMethod.java
2017-03-15 15:43:24 +03:00

4 lines
56 B
Java

class Test {
void foo() <fold text='{}'>{
}</fold>
}