foo = int bar = - foo
foo = 1 bar = 10 bar -= foo
Emitted when a unary operand is used on an object which does not support this type of operation.