/test/language/error_warning_msg/bad_insert1.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 7dac97c61e8332e3b819996b85335cca MD5 · raw file
- ****** Fatal Error: You are probably trying to use the new inherit/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 8 column 4 in BAD_INSERT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_insert1.e):
- expanded AUX_INSERT1 -- Obsolete !
- ^
- ------