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 c0616af commit 5664ff2Copy full SHA for 5664ff2
compiler/src/dotty/tools/dotc/typer/QuotesAndSplices.scala
@@ -326,6 +326,7 @@ object QuotesAndSplices {
326
}
327
328
override def transform(tree: Tree)(using Context) = tree match
329
+ // TODO: handle TypeBoundsTree, LambdaTypeTree as well as method parameters in DefTrees?
330
case tree @ AppliedTypeTree(tpt, args) =>
331
val args1: List[Tree] = args.zipWithConserve(tpt.tpe.typeParams.map(_.paramVarianceSign)) { (arg, v) =>
332
arg.tpe match {
0 commit comments