JavadocCompletionTest -> community

This commit is contained in:
peter
2011-10-05 20:41:34 +02:00
parent d334f59174
commit c503938810
36 changed files with 503 additions and 0 deletions
@@ -0,0 +1,11 @@
class C{
/**
* @see #perform(<caret>
*/
private int myField;
public void perform() {}
public void perform(int a) {}
public void perform(int a, String b) {}
public void perform(String b) {}
}