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.
given
using
1 parent a3e69f1 commit f144e80Copy full SHA for f144e80
docs/docs/internals/syntax.md
@@ -322,7 +322,7 @@ ClosureMods ::= { ‘implicit’ | ‘given’}
322
323
### Bindings and Imports
324
```ebnf
325
-Bindings ::= ‘(’ [[‘given’] Binding {‘,’ Binding}] ‘)’
+Bindings ::= ‘(’ [[‘using’] Binding {‘,’ Binding}] ‘)’
326
Binding ::= (id | ‘_’) [‘:’ Type] ValDef(_, id, tpe, EmptyTree)
327
328
Modifier ::= LocalModifier
0 commit comments