]> granicus.if.org Git - vim/commit
patch 9.0.1184: interface of an object is not recognized when checking type v9.0.1184
authorBram Moolenaar <Bram@vim.org>
Thu, 12 Jan 2023 15:01:32 +0000 (15:01 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 12 Jan 2023 15:01:32 +0000 (15:01 +0000)
commita94bd9d9396183eb7781f8d6a5a0e6e97442e9ed
tree905c544e79e96f25a5a164416338b93952c5eb85
parent0233bdfa2b487c392dc4fd1a29113e08fbace334
patch 9.0.1184: interface of an object is not recognized when checking type

Problem:    Interface of an object is not recognized when checking type.
Solution:   Use the interface implemented by an object.
src/structs.h
src/testdir/test_vim9_class.vim
src/version.c
src/vim9class.c
src/vim9type.c