blob: 74ccf93edc7446056d80114c7389be49bf575939 [file] [log] [blame]
// 8, 18 -> 8, 26 replaceAll == true, removeDeclaration == true
package p2;
class D {
void f() {
int j= 12345;
}
}