/test/language/error_warning_msg/bad_assignment9.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 02772b64bdb19aca7f40366a7c52ba73 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `integer_16' 2which is of type INTEGER_16 into `integer_8' which is of type 3INTEGER_8. 4 5The source lines relevant to this message are the following: 6 7Line 15 columns 10, 23 in BAD_ASSIGNMENT9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment9.e): 8 integer_8 := integer_16 9 ^ ^ 10------