Skip to content

Commit 561b46e

Browse files
mbovelWojciechMazur
authored andcommitted
Remove left-over line
[Cherry-picked dd527fc]
1 parent 03681c5 commit 561b46e

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
@@ -1100,7 +1100,6 @@ trait Applications extends Compatibility {
11001100
case msg: TypeMismatch =>
11011101
msg.inTree match
11021102
case Some(arg) if tree.args.exists(_.span == arg.span) =>
1103-
val Select(qualifier, _) = fun1: @unchecked
11041103
val noteText =
11051104
i"""The required type comes from a parameter of the automatically
11061105
|inserted `apply` method of `${qualifier.tpe}`,

0 commit comments

Comments
 (0)