patch 9.0.1292: :defer may call the wrong method for an object v9.0.1292
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Feb 2023 20:55:27 +0000 (20:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Feb 2023 20:55:27 +0000 (20:55 +0000)
commit313e4724c3b4f6d7454b45b89da08f83a2a0c77e
tree2ba9f67c93d6502c31e2896d546cbfd45994e03c
parent6642982beaf4f1f5164f0315a1b3e3c275156089
patch 9.0.1292: :defer may call the wrong method for an object

Problem:    :defer may call the wrong method for an object. (Ernie Rael)
Solution:   When en object is from a class that extends or implements, figure
            out the method to call at runtime. (closes #11910)
src/proto/vim9instr.pro
src/testdir/test_vim9_class.vim
src/version.c
src/vim9.h
src/vim9compile.c
src/vim9execute.c
src/vim9expr.c
src/vim9instr.c