/test/language/error_warning_msg/bad_assignment_test01.msg

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

  1. ****** Fatal Error: Invalid assignment test. The left-hand side
  2. expression must conforms with the right-hand side. The left-hand
  3. side is of type COMPARABLE while expression `h' is of type HASHABLE.
  4. The source lines relevant to this message are the following:
  5. Line 17 columns 17, 23 in BAD_ASSIGNMENT_TEST01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment_test01.e):
  6. if not c ?:= h then
  7. ^ ^
  8. ------