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 7e2627c commit 8b9b68cCopy full SHA for 8b9b68c
compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala
@@ -668,8 +668,7 @@ object messages {
668
private val msgPrefix = if (actualCount > expectedCount) "Too many" else "Not enough"
669
670
//TODO add def simpleParamName to ParamInfo
671
- private val expectedArgString = fntpe
672
- .widen.typeParams
+ private val expectedArgString = expectedArgs
673
.map(_.paramName.unexpandedName.show)
674
.mkString("[", ", ", "]")
675
0 commit comments