blob: 68b47eae037a82ddb244ff39ec859a30c837fb88 [file] [log] [blame]
package javadoc.testBug53075;
class X {
/**
* @link aggregates
* [... some more ...]
* @linkplain plain aggregates
*/
void foo() {}
}