]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0657: Vim9: no check if called variable is a FuncRef v8.2.0657
authorBram Moolenaar <Bram@vim.org>
Tue, 28 Apr 2020 19:29:34 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 28 Apr 2020 19:29:34 +0000 (21:29 +0200)
commita0a9f43ab24928a0b01b6d91d084bf50a6dbefc2
tree23f7f1885c3c3d3531be9ee598d9ef8e88a1d57e
parent7ed8f59ae09278c666f1b43488351f9450097372
patch 8.2.0657: Vim9: no check if called variable is a FuncRef

Problem:    Vim9: no check if called variable is a FuncRef.
Solution:   Add a type check.
src/testdir/test_vim9_expr.vim
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c