mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
8 lines
124 B
Java
8 lines
124 B
Java
class Test {
|
|
public static int A;
|
|
|
|
/**
|
|
* Value is {@value <error>#A</error>}
|
|
*/
|
|
public void i() {}
|
|
} |