/test/language/error_warning_msg/bad_inherit18.msg

http://github.com/tybor/Liberty · Unknown · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · f991eafdf1e55ff161d6d22306e91cbe MD5 · raw file

  1. ****** Fatal Error: Can't join these two attribute definitions.
  2. Because an attribute cannot be undefined (using an undefine clause),
  3. you may consider to modify parents themselves. May be.
  4. The source lines relevant to this message are the following:
  5. Line 7 column 4 in BAD_INHERIT18 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit18.e):
  6. AUX_INHERIT18A
  7. ^
  8. Line 7 column 4 in AUX_INHERIT18A (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_inherit18a.e):
  9. an_attribute: INTEGER
  10. ^
  11. Line 7 column 4 in AUX_INHERIT18B (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_inherit18b.e):
  12. an_attribute: INTEGER
  13. ^
  14. ------