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