/test/language/error_warning_msg/bad_select3.msg
http://github.com/tybor/Liberty · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · dd202c42fd9807b3bd8cd9065bc81981 MD5 · raw file
- ****** Fatal Error: The old "select" option of the "inherit" clause
- is now obsolete. You have to update your code with the new "insert"
- mechanism. With Liberty Eiffel, this can be achieved thanks to
- the new "insert" clause. The new "insert" clause comes just after
- the traditional "inherit" clause with a similar syntax.
- Line 9 column 7 in BAD_SELECT3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_select3.e):
- select aux_foo
- ^
- ------