blob: fe38fff508546d1f5a64a0ca7557043b2e819213 [file] [log] [blame]
package javadoc.testBug70892;
/**
* {@value}
* {@value }
* {@value #field}
*/
public class TestValid {
static int field;
}