/test/language/error_warning_msg/bad_generic1.msg

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

  1. ****** Fatal Error: Wrong number of generic arguments (compare
  2. usage and definition below).
  3. The source lines relevant to this message are the following:
  4. Line 12 column 16 in BAD_GENERIC1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_generic1.e):
  5. dctn: DICTIONARY[INTEGER];
  6. ^
  7. Line 4 column 26 in DICTIONARY (/home/cadrian/Workspace/Dev/Liberty/src/lib/storage/dictionary.e):
  8. deferred class DICTIONARY[V_, K_]
  9. ^
  10. ------