forked from aniani/vim
patch 9.0.1179: not all errors around inheritance are tested
Problem: Not all errors around inheritance are tested. Solution: Add more tests. Fix uncovered problems.
This commit is contained in:
@@ -3438,4 +3438,6 @@ EXTERN char e_super_must_be_followed_by_dot[]
|
||||
INIT(= N_("E1356: \"super\" must be followed by a dot"));
|
||||
EXTERN char e_using_super_not_in_class_function[]
|
||||
INIT(= N_("E1357: Using \"super\" not in a class function"));
|
||||
EXTERN char e_using_super_not_in_child_class[]
|
||||
INIT(= N_("E1358: Using \"super\" not in a child class"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user