/test/language/error_warning_msg/bad_inherit9.msg
Unknown | 14 lines | 12 code | 2 blank | 0 comment | 0 complexity | c687d2239c11b91fdbc61bc9e04702a1 MD5 | raw file
1****** Warning: Added missing "end" keyword to terminate inherit/insert parent. 2 3Line 11 column 1 in BAD_INHERIT9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit9.e): 4create {} 5^ 6------ 7****** Fatal Error: Unknown feature `true_error_here_to_keep_track_of_the_previous_warning' 8in type BAD_INHERIT9. (For this call, the target is the implicit 9non written `Current' which is of type BAD_INHERIT9.) 10 11Line 17 column 10 in BAD_INHERIT9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inherit9.e): 12 true_error_here_to_keep_track_of_the_previous_warning 13 ^ 14------