]> granicus.if.org Git - vim/commit
patch 9.0.1355: no error when declaring a class twice v9.0.1355
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2023 19:59:31 +0000 (19:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2023 19:59:31 +0000 (19:59 +0000)
commit83ae6150bf6bd313487b3a51f9be9836e8b9c20f
tree2bb42b70c458b89067896cc22796dea7270d7648
parentd6a4ea3aa0d3f4a886ea900e94bf4e8ca8ae8d63
patch 9.0.1355: no error when declaring a class twice

Problem:    No error when declaring a class twice. (Ernie Rael)
Solution:   Pass different flags when declaring the class. (closes #12057)
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c