/test/language/error_warning_msg/bad_assignment5.msg

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

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