//11, 16 -> 11, 19  replaceAll == true, removeDeclaration == true
package p;

import static q.Consts.III;

public class A {
	public static final int getCount() { return 42; }
	public static final int getCount2() { return 42; }
	
	int getIII() {
		return III;
	}
}
