/test/language/error_warning_msg/bad_class4.msg

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

  1. ****** Fatal Error: Double definition of feature b.
  2. The source lines relevant to this message are the following:
  3. Line 15 column 7 in BAD_CLASS4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_class4.e):
  4. a, b, c
  5. ^
  6. Line 19 column 7 in BAD_CLASS4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_class4.e):
  7. d, b, f
  8. ^
  9. ------