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