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 2c70f3d commit dd527fcCopy full SHA for dd527fc
compiler/src/dotty/tools/dotc/typer/Applications.scala
@@ -1104,7 +1104,6 @@ trait Applications extends Compatibility {
1104
case msg: TypeMismatch =>
1105
msg.inTree match
1106
case Some(arg) if tree.args.exists(_.span == arg.span) =>
1107
- val Select(qualifier, _) = fun1: @unchecked
1108
val noteText =
1109
i"""The required type comes from a parameter of the automatically
1110
|inserted `apply` method of `${qualifier.tpe}`,
0 commit comments