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 86355ea commit 63a9142Copy full SHA for 63a9142
compiler/src/dotty/tools/dotc/typer/ErrorReporting.scala
@@ -118,7 +118,7 @@ object ErrorReporting {
118
else if (ctx.settings.explainTypes.value)
119
i"""
120
|${ctx.typerState.constraint}
121
- |${TypeComparer.explained((found <:< expected)(_))}"""
+ |${TypeComparer.explained(found <:< expected)}"""
122
else
123
""
124
}
0 commit comments