/test/language/error_warning_msg/bad_call4.msg
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 2the actual argument list has 2 arguments. 3 4The source lines relevant to this message are the following: 5 6Line 14 column 24 in BAD_CALL4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call4.e): 7 foo := foo.max(foo, foo) 8 ^ 9Line 116 column 8 in COMPARABLE (/home/cadrian/Workspace/Dev/Liberty/src/lib/abilities/comparable.e): 10 max (other: like Current): like Current 11 ^ 12------