Re: Vim9 class/object member access control

2023-09-02 Fir de Conversatie Yegappan Lakshmanan
On Sat, Sep 2, 2023 at 5:02 AM Yegappan Lakshmanan wrote: > > Hi all, > > The access control to readonly, read-write and private members in a > class/object discussed in https://github.com/vim/vim/discussions/12979 > should all work now. Let us know if there are any cases where the > access

Vim9 class/object member access control

2023-09-02 Fir de Conversatie Yegappan Lakshmanan
Hi all, The access control to readonly, read-write and private members in a class/object discussed in https://github.com/vim/vim/discussions/12979 should all work now. Let us know if there are any cases where the access control is not correctly enforced. When testing these, I found an existing