summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/javadoc/See2.java
blob: 53f421a60709f4b6d991c83e1d5eb5d42fce6eba (plain)
1
2
3
4
5
6
7
8
9
class C{
    
    /**
     * @see #not<caret>
     *
     * @since
     */
    private int foo(int a, char b, String c) {}
}