// "Move assignment to field declaration" "true-preview" class X { int f; X() { f = 0; } }