/test/language/error_warning_msg/bad_call6.msg

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

  1. ****** Fatal Error: The feature called has 1 argument while the
  2. actual argument list has no argument.
  3. The source lines relevant to this message are the following:
  4. Line 14 column 14 in BAD_CALL6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call6.e):
  5. aux.foo
  6. ^
  7. Line 7 column 8 in AUX_CALL6 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_call6.e):
  8. foo (arg: STRING)
  9. ^
  10. ------