]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1094: Vim9: problem finding implemented method in type hierarchy v9.1.1094
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 9 Feb 2025 18:39:52 +0000 (19:39 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 9 Feb 2025 18:39:52 +0000 (19:39 +0100)
commit68d08588928b29fe0b19e3513cd689486260ab1c
tree826a611627444595f9a033392232ae0a68e77572
parentf30eb4a17084eea741a9eb09ba47dd501412283d
patch 9.1.1094: Vim9: problem finding implemented method in type hierarchy

Problem:  Vim9: problem finding implemented method for abstract method
          in type hierarchy (Aliaksei Budavei)
Solution: When checking for abstract methods in an extended class, check
          whether an abstract method is implemented in one of the parent
          classes (Yegappan Lakshmanan)

fixes: #16495
closes: #16497

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/errors.h
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c