// "Remove redundant assignment" "true-preview" class A { { String ss = ""; ss = ss; } }