blob: 709fffaf09ccdefadb3f18467a903ce899ffa164 [file] [log] [blame]
package p2;
/**
* See also p2.A {@link p2.A} and p.A, and A.
* @see p2.A
*/
public class A {
String a= "A";
String pA= "p.A";
String p2A= "p2.A";
}