]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3230: Vim9: type error when function return type is not known yet v8.2.3230
authorBram Moolenaar <Bram@vim.org>
Tue, 27 Jul 2021 20:21:44 +0000 (22:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 27 Jul 2021 20:21:44 +0000 (22:21 +0200)
commitf723701de0636ad8b4aad6179b322f72b04354b9
treef619a9fbc5facea038280a2ea7fd1b68fe6db2ff
parent4490ec4e839e45a2e6923c265c7e9e64c240b805
patch 8.2.3230: Vim9: type error when function return type is not known yet

Problem:    Vim9: type error when function return type is not known yet.
Solution:   When return type is unknown, use "any". (closes #8644)
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c