/test/language/error_warning_msg/bad_rename1.msg

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

  1. ****** Fatal Error: Multiple rename for the same feature is not
  2. allowed.
  3. The source lines relevant to this message are the following:
  4. Line 8 columns 14, 30 in BAD_RENAME1 (/home/colnet/SmartEiffel/test_suite/language/error_warning_msg/bad_rename1.e):
  5. rename f as g, g as f, f as g
  6. ^ ^
  7. ------