blob: fc998571d503a287b456766bda3455692d05f791 [file] [log] [blame]
// "Move assignment to field declaration" "true"
public class X {
int i;
{
(i)=<caret>0;
}
}