]> granicus.if.org Git - vim/commit
patch 9.0.1265: using an interface method may give a compilation error v9.0.1265
authorBram Moolenaar <Bram@vim.org>
Mon, 30 Jan 2023 20:24:23 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Jan 2023 20:24:23 +0000 (20:24 +0000)
commitb8bebd0cd78679162228ee08265c9a5b3a409e1c
treeb458889dcc2a1d54922340db18a303863dd66b89
parenteb45ad25ab5022e5bead0dbb19fe5704924f918a
patch 9.0.1265: using an interface method may give a compilation error

Problem:    Using an interface method may give a compilation error.
Solution:   Do not try to compile the body of a method of an interface.
            (closes #11885)
src/testdir/test_vim9_class.vim
src/version.c
src/vim9compile.c