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 6b8b794 commit 0725a61Copy full SHA for 0725a61
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -1318,7 +1318,7 @@ object Parsers {
1318
* | `(' [ExprsInParens `,'] PostfixExpr `:' `_' `*' ')'
1319
*
1320
* Special treatment for arguments of primary class constructor
1321
- * annotations. All empty argument lists `(` `)` follwoing the first
+ * annotations. All empty argument lists `(` `)` following the first
1322
* get represented as `List(ParamNotArg)` instead of `Nil`, indicating that
1323
* the token sequence should be interpreted as an empty parameter clause
1324
* instead. `ParamNotArg` can also be produced when parsing the first
0 commit comments