Before this wouldn't work:
vim9script class A static var value: string static def _Method(): void echom A.value enddef def new() var Something: func = () => { A.value = "hey" A._Method() } Something() enddef endclass var obj: object<A> = A.new()
https://github.com/vim/vim/pull/19041
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()