Skip to content

Commit 56f6e62

Browse files
nicolasstuckiKordyjan
authored andcommitted
Cleanup quote pattern prototype
[Cherry-picked 3c07379]
1 parent dbb9d5e commit 56f6e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,6 @@ trait QuotesAndSplices {
443443
fun = unapplyFun.appliedToTypeTrees(typeBindingsTuple :: TypeTree(patType) :: Nil),
444444
implicits = quotedPattern :: Nil,
445445
patterns = splicePat :: Nil,
446-
proto = quoteClass.typeRef.appliedTo(replaceBindings(quoted1.tpe) & quotedPt))
446+
proto = quoteClass.typeRef.appliedTo(replaceBindings(quoted1.tpe)))
447447
}
448448
}

0 commit comments

Comments
 (0)