// "Remove redundant initializer" "true-preview" class A { int n = 0; { n = 1; } }