commit | 0d89d8ae89c861572496c5ae9683d986b28c957b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 14:01:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 14:01:24 2022 +0000 |
tree | d32b5f124481c5ef169eeb5256d6c403f5ba9f3e | |
parent | dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b [diff] [blame] |
patch 9.0.1119: type of arguments not checked when calling a partial Problem: Type of arguments not checked when calling a partial. Solution: Give an error for a wrong argument type. (closes #11753)
diff --git a/src/testdir/test_vim9_func.vim b/src/testdir/test_vim9_func.vim index 0edf7ea..3840d11 100644 --- a/src/testdir/test_vim9_func.vim +++ b/src/testdir/test_vim9_func.vim Binary files differ