/test/language/error_warning_msg/bad_assignment21.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 93f058d28470d14885a72daf56069f3c 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[ANY]. 3 4The source lines relevant to this message are the following: 5 6Line 14 columns 10, 15 in BAD_ASSIGNMENT21 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment21.e): 7 c := a -- <-- Must be rejected. 8 ^ ^ 9------