/test/language/error_warning_msg/bad_select5.msg

http://github.com/tybor/Liberty · Unknown · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · f5a61ab330820d0aa188f9c78beeeeb3 MD5 · raw file

  1. ****** Fatal Error: In type BAD_SELECT5, features "foo" and "aux_foo"
  2. come from the same original feature via multiple "inherit" paths.
  3. Below, you get the feature evolution step by step. Note that in
  4. the end (type BAD_SELECT5) there are two versions of the same
  5. initial feature with two different names. To fix this, either
  6. use an "insert" link in place of one of the "inherit" links or
  7. rename the feature to get the same name in BAD_SELECT5 type.
  8. First "inherit" path (from parent to child):
  9. `foo' in AUX_SELECT
  10. inherited as `foo' in AUX_SELECT2
  11. inherited as `foo' in BAD_SELECT5
  12. Second "inherit" path (from parent to child):
  13. `foo' in AUX_SELECT
  14. inherited as `aux_foo' in BAD_SELECT5
  15. ------