// "Remove redundant assignment" "false" fun foo(): Int { var i = 1 i = 2 return i }