]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1466: cannot use an object member name as a method argument v9.0.1466
authorh-east <h.east.727@gmail.com>
Tue, 18 Apr 2023 18:07:29 +0000 (19:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Apr 2023 18:07:29 +0000 (19:07 +0100)
commit61378a15425553cec1ec15f590e70ca50c7c34a8
tree1e4118448d072ef45773ef6d10ea9e2326b39294
parent89f9ffbe810c4705439096d646681e734e353e3e
patch 9.0.1466: cannot use an object member name as a method argument

Problem:    Cannot use an object member name as a method argument.
Solution:   Do not give an error for using an object member name for a method
            argument. (Hirohito Higashi, closes #12241, closes #12225)
            Fix line number for other argument error.
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c