Skip to content

Commit a9670a7

Browse files
committed
[Syntax] Update Status.md
1 parent ba58a29 commit a9670a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Syntax/Status.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@
6262
* FuncDecl
6363
* ProtocolDecl
6464
* ImportDecl
65+
* AssociatedTypeDecl
6566
* TypeAliasDecl
6667
* IfConfigDecl
6768
* PatternBindingDecl
6869
* VarDecl
6970
* ExtensionDecl
71+
* SubscriptDecl
72+
* ConstructorDecl
73+
* DestructorDecl
7074

7175
### In-progress (UnknownDecl):
7276

@@ -76,11 +80,7 @@
7680
* InfixOperatorDecl
7781
* PrefixOperatorDecl
7882
* PostfixOperatorDecl
79-
* AssociatedTypeDecl
8083
* EnumDecl
81-
* SubscriptDecl
82-
* ConstructorDecl
83-
* DestructorDecl
8484
* EnumElementDecl
8585

8686
## Statement

0 commit comments

Comments
 (0)