/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

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