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