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