/test/language/error_warning_msg/bad_assignment_attempt1.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · 895fcdffcd301fecd265beb29b618e6e MD5 · raw file

  1. ****** Fatal Error: Invalid assignment attempt ("?="). The left-hand
  2. side 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. The source lines relevant to this message are the following:
  5. Line 16 columns 10, 15 in BAD_ASSIGNMENT_ATTEMPT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment_attempt1.e):
  6. b ?= a
  7. ^ ^
  8. ------