/test/language/error_warning_msg/bad_assignment21.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 93f058d28470d14885a72daf56069f3c MD5 · raw file
- ****** Fatal Error: Bad assignment. Cannot assign `a' which is
- of type ARRAY[INTEGER_32] into `c' which is of type COLLECTION[ANY].
- The source lines relevant to this message are the following:
- Line 14 columns 10, 15 in BAD_ASSIGNMENT21 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment21.e):
- c := a -- <-- Must be rejected.
- ^ ^
- ------