/test/language/error_warning_msg/bad_generic8.msg

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

  1. ****** Fatal Error: Class AUX_GENERIC8 is a generic class (missing
  2. actual generic).
  3. The source lines relevant to this message are the following:
  4. Line 12 column 13 in BAD_GENERIC8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_generic8.e):
  5. a: AUX_GENERIC8
  6. ^
  7. Line 4 column 19 in AUX_GENERIC8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_generic8.e):
  8. class AUX_GENERIC8[E_]
  9. ^
  10. ------