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