/test/language/error_warning_msg/bad_call5.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · b7981422cfab78b6fa9c0d4ed6f9e6a8 MD5 · raw file

  1. ****** Fatal Error: The feature called has 1 formal argument while
  2. the actual argument list has 2 arguments.
  3. The source lines relevant to this message are the following:
  4. Line 12 column 13 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e):
  5. bar(1, 2)
  6. ^
  7. Line 15 column 8 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e):
  8. bar (x: INTEGER)
  9. ^
  10. ------