blob: 9489b82d22d48243524760dc5ab6de296ae36f99 [file] [log] [blame]
class Test {
public int A = 1;
/**
* Value is {@value <error>#A</error>}
*/
public void i() {}
}