// 8, 18 -> 8, 26  replaceAll == true, removeDeclaration == true
package p2;

import p1.C;

class D {
	void f() {
		int j= C.CONSTANT;	
	}	
}