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