/test/language/error_warning_msg/bad_export7.msg

http://github.com/tybor/Liberty · Unknown · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · fd68a73e6fe4ca8bd3b2b291dc359f6b MD5 · raw file

  1. ****** Error: Forbidden call (i.e. exportation rules violated)
  2. when the type of Current is BAD_EXPORT7. (See the next error report
  3. for details.)
  4. Line 13 column 18 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e):
  5. Current.ga -- This one is forbidden
  6. ^
  7. ------
  8. ****** Fatal Error: This feature is only exported to {}.
  9. The source lines relevant to this message are the following:
  10. Line 9 column 9 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e):
  11. feature {}
  12. ^
  13. Line 18 column 4 in BAD_EXPORT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_export7.e):
  14. ga is
  15. ^
  16. ------