/test/language/error_warning_msg/bad_select8.msg
http://github.com/tybor/Liberty · Unknown · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · f91e8ce2a0904b1a28feffabe6abd136 MD5 · raw file
- ****** Fatal Error: In type BAD_SELECT8, features "aux_foo" and
- "foo" come from the same original feature via multiple "inherit"
- paths.
- Below, you get the feature evolution step by step. Note that in
- the end (type BAD_SELECT8) there are two versions of the same
- initial feature with two different names. To fix this, either
- use an "insert" link in place of one of the "inherit" links or
- rename the feature to get the same name in BAD_SELECT8 type.
- First "inherit" path (from parent to child):
- `foo' in AUX_SELECT
- inherited as `aux_foo' in BAD_SELECT8
- Second "inherit" path (from parent to child):
- `foo' in AUX_SELECT
- inherited as `foo' in AUX_SELECT2
- inherited as `foo' in BAD_SELECT8
- ------