UnassignableOperand occurs when the left-hand side of an assignment is not assignable. Example: func f() { const c = 1 c = 2 }