/test/language/error_warning_msg/bad_call5.msg
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 2the actual argument list has 2 arguments. 3 4The source lines relevant to this message are the following: 5 6Line 12 column 13 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e): 7 bar(1, 2) 8 ^ 9Line 15 column 8 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e): 10 bar (x: INTEGER) 11 ^ 12------