CompletionStyleTest -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / style / before36.java
blobf6b83bdb646e674d0cc66d2ffbe50d6b23840c6d
1 class A{
2 /**
3 * @deprecated use {@link #f<caret>aaa()}
4 */
5 void aaa(){}
6 void foo(String a, String b){}