/test/language/error_warning_msg/bad_generic4.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · e444b39f1fb3b97f617714b107f1e309 MD5 · raw file

  1. ****** Fatal Error: Class LINKED_LIST is a generic class (missing
  2. actual generic).
  3. The source lines relevant to this message are the following:
  4. Line 17 column 18 in BAD_GENERIC4 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_generic4.e):
  5. create {LINKED_LIST} m.make;
  6. ^
  7. Line 4 column 18 in LINKED_LIST (/home/persocad/Workspace/Dev/Liberty/src/lib/storage/collection/linked_list.e):
  8. class LINKED_LIST[E_]
  9. ^
  10. ------