/test/language/error_warning_msg/bad_redefine7.msg

http://github.com/tybor/Liberty · Unknown · 24 lines · 21 code · 3 blank · 0 comment · 0 complexity · ca8bca00001f0e9d52f1ce2330dcd12a MD5 · raw file

  1. ****** Warning: Add undefine or redefine to all inherited version
  2. of feature path in BAD_REDEFINE7 because there is a local definition
  3. in this class. Redefine has been automatically added. Please check.
  4. The source lines relevant to this message are the following:
  5. Line 8 column 4 in BAD_REDEFINE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine7.e):
  6. AUX_REDEFINE7B;
  7. ^
  8. Line 14 column 4 in BAD_REDEFINE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine7.e):
  9. path: STRING;
  10. ^
  11. Line 6 column 4 in AUX_REDEFINE7B (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_redefine7b.e):
  12. path: STRING;
  13. ^
  14. ------
  15. ****** Fatal Error: Unknown feature `i_want_to_crash_here_to_keep_track_of_the_previous_warning'
  16. in type BAD_REDEFINE7. (For this call, the target is the implicit
  17. non written `Current' which is of type BAD_REDEFINE7.)
  18. Line 19 column 10 in BAD_REDEFINE7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_redefine7.e):
  19. i_want_to_crash_here_to_keep_track_of_the_previous_warning
  20. ^
  21. ------