/test/language/error_warning_msg/bad_assignment19.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 89434e91987c0c22c604aed9deba9356 MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Cannot assign `Current' which
  2. is of type BAD_ASSIGNMENT19 into `any' which is of type ANY.
  3. The source lines relevant to this message are the following:
  4. Line 17 columns 10, 17 in BAD_ASSIGNMENT19 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment19.e):
  5. any := Current
  6. ^ ^
  7. ------