/test/language/error_warning_msg/bad_argument_list1.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 2c1d66a32cc0d224a77be2fe95f028bc MD5 | raw file
1****** Fatal Error: Same argument name appears twice in this formal 2argument list. 3 4The source lines relevant to this message are the following: 5 6Line 15 columns 8, 13 in BAD_ARGUMENT_LIST1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_argument_list1.e): 7 foo(bar, bar: INTEGER) 8 ^ ^ 9------