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