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