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