// "Change to var" "true" fun foo() { var a = 1 a = 3 } /* IGNORE_FIR */