/test/language/error_warning_msg/bad_creation1.msg

http://github.com/tybor/Liberty · Unknown · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · b4567d169a12f57916a5f04110436055 MD5 · raw file

  1. ****** Warning: The !! notation is really old and ugly, it should
  2. not be used anymore. Please update your code and use the `create'
  3. keyword.
  4. Line 15 column 10 in BAD_CREATION1 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_creation1.e):
  5. !!aux;
  6. ^
  7. ------
  8. ****** Warning: Added missing `default_create'. Actually, a creation list must
  9. not be empty. You must have at least the `default_create' procedure inherited
  10. from ANY. The `default_create' indicates that one can also create an object
  11. with no creation procedure.
  12. Line 6 column 1 in AUX_CREATION1 (/home/persocad/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_creation1.e):
  13. create {ANY}
  14. ^
  15. ------
  16. ****** 2 warnings.