/test/language/error_warning_msg/bad_assignment22.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | c56a1a8f7ff4784d191b888611649365 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `a' which is 2of type ARRAY[INTEGER_32] into `c' which is of type COLLECTION[COMPARABLE]. 3 4The source lines relevant to this message are the following: 5 6Line 16 columns 10, 15 in BAD_ASSIGNMENT22 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment22.e): 7 c := a -- <-- Must be rejected. 8 ^ ^ 9------