package p;

class Test {
	private static final String G= I.GR;
	
	public static void c(){
		Object j= null;
	}
}
interface I {
	String GR= "l";
}
