]> granicus.if.org Git - vim/commit
patch 8.2.4311: Vim9: changing script variable type not caught compile time v8.2.4311
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 17:17:02 +0000 (17:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Feb 2022 17:17:02 +0000 (17:17 +0000)
commit160afdb1850b8cf56dc8e94acee7a04bc2113992
treed34b0cb67df71e50f3443b5218a71bdd98de53c6
parent2626d6a71ca616bd91d4ee2c27bd76a78a00d412
patch 8.2.4311: Vim9: changing script variable type not caught compile time

Problem:    Vim9: changing script variable type not caught at compile time.
Solution:   Set the declared type.
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9instr.c