]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2088: Vim9: still allows abstract static methods v9.0.2088
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 4 Nov 2023 08:42:46 +0000 (09:42 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 4 Nov 2023 08:42:46 +0000 (09:42 +0100)
commit5a53925a6eea929118e5438685e9ebc16ae48aa2
treee887d34223ac802be00b2231cb8aacee20b9e4b3
parentce3b0136c6d9d09af41969d3dc9634f115505a32
patch 9.0.2088: Vim9: still allows abstract static methods

Problem:  Vim9: still allows abstract static methods
          (after v9.0.2084, v9.0.2085 and v9.0.2087)
Solution: Disallow abstract static methods

closes: #13479

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