]> granicus.if.org Git - vim/commit
patch 8.2.3322: Vim9: checking type of dict does not check member type v8.2.3322
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Aug 2021 20:22:27 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Aug 2021 20:22:27 +0000 (22:22 +0200)
commitb56c4419d42e024e79b1772c8468c0da7c11275f
treeb854a7d1d38c1b92ce171cc5d7fce267117f42fb
parentbd9e7961256ea6a98bd5a7bfe14e32c4c47186e6
patch 8.2.3322: Vim9: checking type of dict does not check member type

Problem:    Vim9: checking type of dict does not check member type.
Solution:   When getting the type of a typval use dv_type and lv_type.
            (closes #8732)
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9type.c