Skip to content

Commit 5664ff2

Browse files
committed
Add comment
1 parent c0616af commit 5664ff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ object QuotesAndSplices {
326326
}
327327

328328
override def transform(tree: Tree)(using Context) = tree match
329+
// TODO: handle TypeBoundsTree, LambdaTypeTree as well as method parameters in DefTrees?
329330
case tree @ AppliedTypeTree(tpt, args) =>
330331
val args1: List[Tree] = args.zipWithConserve(tpt.tpe.typeParams.map(_.paramVarianceSign)) { (arg, v) =>
331332
arg.tpe match {

0 commit comments

Comments
 (0)