]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1144: Vim9: return type of reverse() is any v8.2.1144
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 19:10:24 +0000 (21:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 19:10:24 +0000 (21:10 +0200)
commit67627355accff4af4f2a7e727c77ea8df675636e
treee35cc314c741960ae71ce3e6361cb6bb7c2182b0
parentad7c24932725b9ab37b65fe359a41f8ba3e3dfcf
patch 8.2.1144: Vim9: return type of reverse() is any

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