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