/test/language/error_warning_msg/bad_select4.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 9d73f9441a2e4baa39c37c34e20c8c54 MD5 · raw file

  1. ****** Fatal Error: The old "select" option of the "inherit" clause
  2. is now obsolete. You have to update your code with the new "insert"
  3. mechanism. With Liberty Eiffel, this can be achieved thanks to
  4. the new "insert" clause. The new "insert" clause comes just after
  5. the traditional "inherit" clause with a similar syntax.
  6. Line 9 column 7 in BAD_SELECT4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_select4.e):
  7. select foo
  8. ^
  9. ------