/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

  1. ****** Fatal Error: You are probably trying to use the new inherit/insert
  2. mechanism. With Liberty Eiffel, this can be achieved thanks to
  3. the new "insert" clause. The new "insert" clause comes just after
  4. the traditional "inherit" clause with a similar syntax.
  5. Line 8 column 4 in BAD_INSERT1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_insert1.e):
  6. expanded AUX_INSERT1 -- Obsolete !
  7. ^
  8. ------