Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6085 - Cannot assign to method

6085   Cannot assign to method

Cause

This error occurs if the left-hand side of an assignment is a method call (message send). This is not valid, as a method call does not identify a storage location that can act as the target of an assignment.

Action

Correct or remove the invalid instruction.