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

class D {
	void f() {
		int j= 12345;	
	}	
}