]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1140: Vim9: return type of extend() is any v8.2.1140
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 18:08:39 +0000 (20:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 18:08:39 +0000 (20:08 +0200)
commitb3c019cbc32e2e9250ac668bf77d61ebd89c13f2
treeb9e0235036d4d0b6f0dfe472d81d503d52a780db
parent8f510afcd616fc62291fb41f9dd03ce298f1c601
patch 8.2.1140: Vim9: return type of extend() is any

Problem:    Vim9: return type of extend() is any.
Solution:   Use type of the argument.
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c