package p;

public class A {

	/**
	 * This is the field "foo".
	 */
	static String foo;
}
