// "Remove redundant assignment" "true" class A { static int n; static { n = 1; } static { n = 2; } }