/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
- ****** Fatal Error: Double definition of feature b.
- The source lines relevant to this message are the following:
- Line 15 column 7 in BAD_CLASS4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_class4.e):
- a, b, c
- ^
- Line 19 column 7 in BAD_CLASS4 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_class4.e):
- d, b, f
- ^
- ------