Skip to content

Commit 3c07379

Browse files
committed
Cleanup quote pattern prototype
1 parent 482dfeb commit 3c07379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/src/dotty/tools/dotc/typer/QuotesAndSplices.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,6 @@ trait QuotesAndSplices {
437437
fun = unapplyFun.appliedToTypeTrees(typeBindingsTuple :: TypeTree(patType) :: Nil),
438438
implicits = quotedPattern :: Nil,
439439
patterns = splicePat :: Nil,
440-
proto = quoteClass.typeRef.appliedTo(replaceBindings(quoted1.tpe) & quotedPt))
440+
proto = quoteClass.typeRef.appliedTo(replaceBindings(quoted1.tpe)))
441441
}
442442
}

0 commit comments

Comments
 (0)