/test/language/error_warning_msg/bad_assignment_force01.msg

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

  1. ****** Fatal Error: Invalid forced assignment ("::="). The left-hand
  2. side expression must conform to the right-hand side. The expression
  3. `c' is of type COMPARABLE while the expression `h' is of type
  4. HASHABLE.
  5. The source lines relevant to this message are the following:
  6. Line 17 columns 10, 16 in BAD_ASSIGNMENT_FORCE01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment_force01.e):
  7. c ::= h
  8. ^ ^
  9. ------