/test/language/error_warning_msg/bad_constant7.msg

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

  1. ****** Fatal Error: The feature called has no formal argument
  2. while the actual argument list has 1 argument.
  3. The source lines relevant to this message are the following:
  4. Line 12 column 14 in BAD_CONSTANT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant7.e):
  5. if f(5).out = Void then
  6. ^
  7. Line 16 column 4 in BAD_CONSTANT7 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_constant7.e):
  8. f: INTEGER 3
  9. ^
  10. ------