/test/language/error_warning_msg/bad_agent17.msg
http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 9be70afa595f5f4c05f2029ef7ac15d2 MD5 · raw file
- ****** Fatal Error: The feature called has 1 formal argument while
- the actual argument list has 2 arguments.
- The source lines relevant to this message are the following:
- Line 11 column 7 in BAD_AGENT17 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent17.e):
- f1 (max_depth: INTEGER)
- ^
- Line 20 column 46 in BAD_AGENT17 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent17.e):
- list.for_each(agent {BAD_AGENT17}.f1(1,2))
- ^
- ------