We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26170ec commit edeb4b8Copy full SHA for edeb4b8
compiler/src/dotty/tools/dotc/parsing/Parsers.scala
@@ -1468,8 +1468,8 @@ object Parsers {
1468
* PolyFunType ::= HKTypeParamClause '=>' Type
1469
* | HKTypeParamClause ‘->’ [CaptureSet] Type -- under pureFunctions
1470
* FunTypeArgs ::= InfixType
1471
- * | `(' [ [ ‘[using]’ ‘['erased'] FunArgType {`,' FunArgType } ] `)'
1472
- * | '(' [ ‘[using]’ ‘['erased'] TypedFunParam {',' TypedFunParam } ')'
+ * | `(' [ [ ‘['erased'] FunArgType {`,' FunArgType } ] `)'
+ * | '(' [ ‘['erased'] TypedFunParam {',' TypedFunParam } ')'
1473
*/
1474
def typ(): Tree =
1475
val start = in.offset
0 commit comments