/test/language/error_warning_msg/bad_redefine9.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 79f348dc607044a3dda44340a57a0a8d MD5 · raw file

  1. ****** Fatal Error: Bad redefinition. An attribute must be redefined
  2. as an attribute only (VDRD.6).
  3. The source lines relevant to this message are the following:
  4. Line 17 column 4 in BAD_REDEFINE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine9.e):
  5. dummy: BOOLEAN
  6. ^
  7. Line 6 column 4 in AUX_REDEFINE9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_redefine9.e):
  8. dummy : BOOLEAN;
  9. ^
  10. ------