]> granicus.if.org Git - vim/commit
patch 9.0.1204: expression compiled the wrong way after using an object v9.0.1204
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2023 20:18:55 +0000 (20:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2023 20:18:55 +0000 (20:18 +0000)
commit912bfee71041fce0902bbcb649faf247519ec400
treeefebe3c414a8fd308658a26a8c72233471a6fdfc
parent32517c4c14ed3f9240fcd5b7c01d0ca2e586f7e4
patch 9.0.1204: expression compiled the wrong way after using an object

Problem:    Expression compiled the wrong way after using an object.
Solution:   Generate constants before getting the type.
src/testdir/test_vim9_class.vim
src/version.c
src/vim9expr.c