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