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.
2 parents b9c89cc + 457b73f commit 1df04a7Copy full SHA for 1df04a7
spec/13-syntax-summary.md
@@ -210,7 +210,7 @@ grammar.
210
ClassParams ::= ClassParam {‘,’ ClassParam}
211
ClassParam ::= {Annotation} {Modifier} [(`val' | `var')]
212
id ‘:’ ParamType [‘=’ Expr]
213
- Bindings ::= ‘(’ Binding {‘,’ Binding ‘)’
+ Bindings ::= ‘(’ Binding {‘,’ Binding} ‘)’
214
Binding ::= (id | ‘_’) [‘:’ Type]
215
216
Modifier ::= LocalModifier
0 commit comments