/test/language/error_warning_msg/bad_export2.msg

http://github.com/tybor/Liberty · Unknown · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · ffafb922da429fb7a7c35721210cd50b MD5 · raw file

  1. ****** Error: Forbidden call (i.e. exportation rules violated) when the type of Current is BAD_EXPORT2. (See the next error report for details.)
  2. Line 15 column 14 in BAD_EXPORT2 (/home/r/Liberty/test/language/error_warning_msg/bad_export2.e):
  3. aux.foo;
  4. ^
  5. ------
  6. ****** Fatal Error: This feature is only exported to {}.
  7. The source lines relevant to this message are the following:
  8. Line 6 column 9 in AUX_EXPORT2A (/home/r/Liberty/test/language/error_warning_msg/aux_export2a.e):
  9. feature {}
  10. ^
  11. Line 7 column 4 in AUX_EXPORT2A (/home/r/Liberty/test/language/error_warning_msg/aux_export2a.e):
  12. foo do end;
  13. ^
  14. ------