/test/language/error_warning_msg/bad_procedure1.msg

http://github.com/tybor/Liberty · Unknown · 17 lines · 14 code · 3 blank · 0 comment · 0 complexity · 2b21a035bfef97b963e5f32f897116ae MD5 · raw file

  1. ****** Error: Feature found is a procedure.
  2. The source lines relevant to this message are the following:
  3. Line 14 column 17 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e):
  4. bar := foo
  5. ^
  6. Line 17 column 4 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e):
  7. foo
  8. ^
  9. ------
  10. ****** Fatal Error: This call has no result.
  11. Line 14 column 17 in BAD_PROCEDURE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_procedure1.e):
  12. bar := foo
  13. ^
  14. ------