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,7 @@
/**
* Some text {@link Fubar#foo()} <caret>#
*/
class Fubar {
void foo();
}