/test/language/error_warning_msg/bad_export4.msg

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

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