From e0a4d5b16dd04091c9ad0b44514dc29938f7fdcf Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sun, 20 Mar 2016 00:31:18 -0700 Subject: [PATCH] Update TODO.md --- Import/TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Import/TODO.md b/Import/TODO.md index 43c76f8e..a047948a 100644 --- a/Import/TODO.md +++ b/Import/TODO.md @@ -1,10 +1,10 @@ # TODO * Workflow - * Class: base type, event, field, constructor, destructor + * Class: constructor, destructor * Enum * Struct - * Expression: new T{x}, Enum.Item, this, raise event + * Expression: new T{x}, Enum.Item * async, delay, yield (provider written in C++) * Workflow to C++ code generation with hint * GacUI Resource @@ -19,4 +19,4 @@ * Release * Workflow -> WorkflowCompiler, Workflow, WorkflowCppGen * GacUIReflection -> GacUIReflection, GacUICompiler -* GacStudio \ No newline at end of file +* GacStudio