// "Move assignment to field declaration" "true" public class X { int i; { (<caret>i)=0; } }