/test/language/error_warning_msg/bad_assignment18.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · d21013d355621670424c2fdfd5228e05 MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Cannot assign `actual_expanded'
  2. which is of type AUX_ASSIGNMENT18B into `non_expanded' which is
  3. of type AUX_ASSIGNMENT18A.
  4. The source lines relevant to this message are the following:
  5. Line 15 columns 10, 26 in BAD_ASSIGNMENT18 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment18.e):
  6. non_expanded := actual_expanded
  7. ^ ^
  8. ------