From cd7293bf6c358bb0e183582a2927fc03566d29f6 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 27 Aug 2023 19:18:23 +0200 Subject: patch 9.0.1804: Vim9: no support for private object methods Problem: Vim9: no support for private object methods Solution: Add support for private object/class methods closes: #12920 Signed-off-by: Christian Brabandt Co-authored-by: Yegappan Lakshmanan --- runtime/doc/todo.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/todo.txt') diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 8479e15d3c..6b45aabde7 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -129,6 +129,7 @@ Further Vim9 improvements, possibly after launch: or: def _Func() Perhaps use "private" keyword instead of "_" prefix? - "final" object members - can only be set in the constructor. + - Support export/import of classes and interfaces. - Cannot use class type of itself in the method (Issue #12369) - Cannot use an object method in a lambda #12417 Define all methods before compiling them? -- cgit v1.2.3