/test/language/error_warning_msg/bad_assignment_attempt1.msg
Unknown | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 895fcdffcd301fecd265beb29b618e6e MD5 | raw file
1****** Fatal Error: Invalid assignment attempt ("?="). The left-hand 2side expression must conform to the right-hand side. The expression 3`b' is of type AUX_CA1_B while the expression `a' is of type AUX_CA1_A. 4 5The source lines relevant to this message are the following: 6 7Line 16 columns 10, 15 in BAD_ASSIGNMENT_ATTEMPT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment_attempt1.e): 8 b ?= a 9 ^ ^ 10------