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 64d6536 + 5e3d51b commit ad7da2fCopy full SHA for ad7da2f
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -2160,13 +2160,13 @@ object Parsers {
2160
* | ‘$’ ‘{’ Block ‘}’
2161
* | Quoted
2162
* | quoteId
2163
- * | SimpleExpr1 [`_']
+ * | SimpleExpr1 [`_`]
2164
* SimpleExpr1 ::= literal
2165
* | xmlLiteral
2166
* | Path
2167
- * | `(' [ExprsInParens] `)'
2168
- * | SimpleExpr `.' id
2169
- * | SimpleExpr `.' MatchClause
+ * | `(` [ExprsInParens] `)`
+ * | SimpleExpr `.` id
+ * | SimpleExpr `.` MatchClause
2170
* | SimpleExpr (TypeArgs | NamedTypeArgs)
2171
* | SimpleExpr1 ArgumentExprs
2172
* Quoted ::= ‘'’ ‘{’ Block ‘}’
0 commit comments