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 1b825b8 commit 3aab94dCopy full SHA for 3aab94d
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -2064,7 +2064,7 @@ object Parsers {
2064
/** FunParams ::= Bindings
2065
* | id
2066
* | `_'
2067
- * Bindings ::= `(' [[using] [‘erased’] Binding {`,' Binding}] `)'
+ * Bindings ::= `(' [[‘using’] [‘erased’] Binding {`,' Binding}] `)'
2068
*/
2069
def funParams(mods: Modifiers, location: Location.Value): List[Tree] =
2070
if in.token == LPAREN then
0 commit comments