Files
openide/java/java-tests/testData/codeInsight/addJavadoc/beforeMethod2.java
2014-06-03 15:06:11 +04:00

8 lines
101 B
Java

// "Add Javadoc" "true"
class A {
public int f<caret>oo(final String s) throws Exception {
}
}