Skip to content

Commit dd527fc

Browse files
committed
Remove left-over line
1 parent 2c70f3d commit dd527fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Applications.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ trait Applications extends Compatibility {
11041104
case msg: TypeMismatch =>
11051105
msg.inTree match
11061106
case Some(arg) if tree.args.exists(_.span == arg.span) =>
1107-
val Select(qualifier, _) = fun1: @unchecked
11081107
val noteText =
11091108
i"""The required type comes from a parameter of the automatically
11101109
|inserted `apply` method of `${qualifier.tpe}`,

0 commit comments

Comments
 (0)