/test/language/error_warning_msg/bad_inherit14.msg
Unknown | 19 lines | 16 code | 3 blank | 0 comment | 0 complexity | 0d37c1c5fc8e78d2f679236672eea52c MD5 | raw file
1****** Fatal Error: In type BAD_INHERIT14, features "o" and "out" 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_INHERIT14) 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_INHERIT14 type. 8 9First "inherit" path (from parent to child): 10 `out' in ANY 11 inherited as `o' in AUX_INHERIT14A 12 inherited as `o' in BAD_INHERIT14 13 14Second "inherit" path (from parent to child): 15 `out' in ANY 16 inherited as `out' in AUX_INHERIT14B 17 inherited as `out' in BAD_INHERIT14 18 19------