/test/language/error_warning_msg/bad_function1.msg

http://github.com/tybor/Liberty · Unknown · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · bdc1b5daf04ea34cf0014707c32289cf MD5 · raw file

  1. ****** Error: Feature found is not a procedure.
  2. The source lines relevant to this message are the following:
  3. Line 12 column 5 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e):
  4. foo
  5. ^
  6. Line 15 column 4 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e):
  7. foo: BOOLEAN
  8. ^
  9. ------
  10. ****** Fatal Error: This call has a result value (and you must
  11. use it).
  12. Line 12 column 5 in BAD_FUNCTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_function1.e):
  13. foo
  14. ^
  15. ------