]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3326: Vim9: no error passing an empty list of the wrong type v8.2.3326
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Aug 2021 20:52:02 +0000 (22:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Aug 2021 20:52:02 +0000 (22:52 +0200)
commit6e48b84c5f08a7e192817aca0d8278ea2ff82bc7
tree758e2a39e5d00fb778df762e8071768a7362857e
parent52eb372a04dfc5d5afef238c1b3c4a8e92020837
patch 8.2.3326: Vim9: no error passing an empty list of the wrong type

Problem:    Vim9: no error passing an empty list of the wrong type.
Solution:   Use ISN_SETTYPE also for "list<any>". (closes #8732)
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c