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