// FIX: Replace with '+=' fun foo() { var x = 0 x = x + 1 }