// "Move assignment to field declaration" "INFORMATION" class X { //sds int f = 0; X() { } X(int i) { if (1==1) ; else { } } }