/test/language/error_warning_msg/bad_select1.msg
Unknown | 17 lines | 14 code | 3 blank | 0 comment | 0 complexity | 5b0a1f0a85ed53ea2ce1dffd0a8eee24 MD5 | raw file
1****** Fatal Error: In type BAD_SELECT1, features "foo" and "aux_foo" 2come from the same original feature via multiple "inherit" paths. 3Below, you get the feature evolution step by step. Note that in 4the end (type BAD_SELECT1) there are two versions of the same 5initial feature with two different names. To fix this, either 6use an "insert" link in place of one of the "inherit" links or 7rename the feature to get the same name in BAD_SELECT1 type. 8 9First "inherit" path (from parent to child): 10 `foo' in AUX_SELECT 11 inherited as `foo' in BAD_SELECT1 12 13Second "inherit" path (from parent to child): 14 `foo' in AUX_SELECT 15 inherited as `aux_foo' in BAD_SELECT1 16 17------