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 cd5fdff commit cd429a4Copy full SHA for cd429a4
lib/Syntax/Status.md
@@ -91,25 +91,21 @@
91
### Done:
92
* BraceStmt
93
* ReturnStmt
94
-
95
-### Not-started (UnknownStmt):
96
* DeferStmt
97
- * IfStmt
98
- * GuardStmt
99
- * WhileStmt
100
* DoStmt
101
- * DoCatchStmt
102
* RepeatWhileStmt
103
- * ForEachStmt
104
- * SwitchStmt
105
- * CaseStmt
106
- * CatchStmt
107
* BreakStmt
108
* ContinueStmt
109
* FallthroughStmt
110
- * FailStmt
111
* ThrowStmt
112
+### Not-started (UnknownStmt):
+ * IfStmt
+ * GuardStmt
+ * WhileStmt
+ * ForEachStmt
+ * SwitchStmt
+
113
## Pattern
114
115
* IdentifierPattern
0 commit comments