/test/language/error_warning_msg/bad_create5.msg

http://github.com/tybor/Liberty · Unknown · 26 lines · 22 code · 4 blank · 0 comment · 0 complexity · 7cf2eadfe8ea0a9eddf32db616e4ea85 MD5 · raw file

  1. ****** Error: Procedure "make" does not belong to a creation clause
  2. of AUX_CREATE5. This creation call is thus not allowed.
  3. The source lines relevant to this message are the following:
  4. Line 14 column 10 in BAD_CREATE5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create5.e):
  5. create aux_create5
  6. ^
  7. Line 8 column 32 in AUX_CREATE5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_create5.e):
  8. rename default_create as make
  9. ^
  10. ------
  11. ****** Fatal Error: Creation clause exists for type AUX_CREATE5
  12. and the default creation procedure (see `default_create' in class
  13. ANY) is not allowed. You must use one of the available creation
  14. procedure here.
  15. The source lines relevant to this message are the following:
  16. Line 14 column 10 in BAD_CREATE5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create5.e):
  17. create aux_create5
  18. ^
  19. Line 12 column 4 in AUX_CREATE5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_create5.e):
  20. default_create
  21. ^
  22. ------