/test/language/error_warning_msg/bad_expanded2.msg

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

  1. ****** Fatal Error: Unable to find the default creation procedure
  2. for expanded type AUX_EXPANDED2. An expanded type must have one
  3. unique creation procedure with no argument: the creation procedure
  4. used for automatic initialization. Please, consider to add explicitely
  5. the `default_create' procedure from ANY or some other existing
  6. procedure with no arguments. For expanded class with no creation
  7. clause, the `default_create' procedure is the one used for automatic
  8. initialization.
  9. The source lines relevant to this message are the following:
  10. Line 16 column 7 in BAD_EXPANDED2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_expanded2.e):
  11. e: AUX_EXPANDED2
  12. ^
  13. Line 12 column 1 in AUX_EXPANDED2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_expanded2.e):
  14. create {ANY}
  15. ^
  16. ------