blob: 4c7e205db70ef6f4b96575764c74523faf1f72f3 [file] [log] [blame]
class A {
public static int A = 23;
/** The value of A is {@value #A}. */
public static void JAVADOC_ME() { }
}