/test/language/error_warning_msg/bad_call4.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 7690982908c70ee184acfe4dd8e7d90b 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 14 column 24 in BAD_CALL4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call4.e):
  5. foo := foo.max(foo, foo)
  6. ^
  7. Line 116 column 8 in COMPARABLE (/home/cadrian/Workspace/Dev/Liberty/src/lib/abilities/comparable.e):
  8. max (other: like Current): like Current
  9. ^
  10. ------