blob: 3534826a72f08eb7d1435a89de61e88db3f7397d [file] [log] [blame]
class Test {
public static final int A = 1;
/**
* Value is {@value <error>#A</error>}
* @param ppp .
*/
public void i(int ppp) {}
}