// "Remove redundant cast(s)" "true" class Test { { String s = "" + (int) (1 + 2); } }