/test/language/error_warning_msg/bad_assignment23.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 83bc6537cc46899511fa6d34edfebc26 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `integer' which 2is of type INTEGER_32 into `comparable' which is of type COMPARABLE. 3 4The source lines relevant to this message are the following: 5 6Line 14 columns 10, 24 in BAD_ASSIGNMENT23 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment23.e): 7 comparable := integer -- <-- Must be rejected. 8 ^ ^ 9------