/test/language/error_warning_msg/bad_assignment24.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 0645c0735a2b657d15af5f5e42b62cda MD5 · raw file

  1. ****** Fatal Error: Entity `Current' is not writable. Cannot use
  2. `Current' for the left-hand side of an assignment.
  3. Line 12 column 18 in BAD_ASSIGNMENT24 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment24.e):
  4. Current := Current
  5. ^
  6. ------