/test/language/error_warning_msg/bad_type1.msg
http://github.com/tybor/Liberty · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · fa1f4e4c6176e3dad3b53ad1c0fb7420 MD5 · raw file
- ****** Fatal Error: Bad assignment. Cannot assign `l_integer'
- which is of type LINKED_LIST[INTEGER_32] into `c' which is of
- type COLLECTION[STRING].
- The source lines relevant to this message are the following:
- Line 15 columns 10, 15 in BAD_TYPE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_type1.e):
- c := l_integer;
- ^ ^
- ------