Files
openide/java/java-tests/testData/codeInsight/completion/javadoc/See2.java
T
2012-07-12 19:18:00 +02:00

9 lines
124 B
Java

class C{
/**
* @see #not<caret>
*
* @since
*/
private int foo(int a, char b, String c) {}
}