]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2209: Vim9: return type of => lambda not parsed v8.2.2209
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 11:38:04 +0000 (12:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 11:38:04 +0000 (12:38 +0100)
commit9e68c32563d8c9ffe1ac04ecd4ccd730af66b97c
tree3c1d0640bf3bcf7bdc45bd5157fc4c194024c1d7
parent4aab88d919168ce2ddf4845482f4cff9efa52b5b
patch 8.2.2209: Vim9: return type of => lambda not parsed

Problem:    Vim9: return type of => lambda not parsed.
Solution:   Parse and use the return type.
src/eval.c
src/proto/vim9type.pro
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c
src/vim9compile.c
src/vim9script.c
src/vim9type.c