]> granicus.if.org Git - vim/commit
patch 9.0.1179: not all errors around inheritance are tested v9.0.1179
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2023 17:59:38 +0000 (17:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Jan 2023 17:59:38 +0000 (17:59 +0000)
commit6aa0937fb88001a5ea18e732aad4c625e9b2baeb
tree666baf14dcbf1fcc229d9196c3931c20f766e27d
parent58b40092e616585a763cf4d214d47ccd9167d6f7
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.
src/errors.h
src/testdir/test_vim9_class.vim
src/version.c
src/vim9compile.c
src/vim9expr.c