/test/language/error_warning_msg/bad_local_list4.msg

http://github.com/tybor/Liberty · Unknown · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 1c7ec9f0ce8959411e12ab4d5fd5d04d MD5 · raw file

  1. ****** Fatal Error: Conflict between local/feature name (VRLE).
  2. The source lines relevant to this message are the following:
  3. Line 14 column 10 in BAD_LOCAL_LIST4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_local_list4.e):
  4. bar: INTEGER;
  5. ^
  6. Line 7 column 18 in AUX_LOCAL_LIST4B (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_local_list4b.e):
  7. rename foo as bar end
  8. ^
  9. ------