We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba58a29 commit a9670a7Copy full SHA for a9670a7
lib/Syntax/Status.md
@@ -62,11 +62,15 @@
62
* FuncDecl
63
* ProtocolDecl
64
* ImportDecl
65
+ * AssociatedTypeDecl
66
* TypeAliasDecl
67
* IfConfigDecl
68
* PatternBindingDecl
69
* VarDecl
70
* ExtensionDecl
71
+ * SubscriptDecl
72
+ * ConstructorDecl
73
+ * DestructorDecl
74
75
### In-progress (UnknownDecl):
76
@@ -76,11 +80,7 @@
80
* InfixOperatorDecl
77
81
* PrefixOperatorDecl
78
82
* PostfixOperatorDecl
79
- * AssociatedTypeDecl
83
* EnumDecl
- * SubscriptDecl
- * ConstructorDecl
- * DestructorDecl
84
* EnumElementDecl
85
86
## Statement
0 commit comments