File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core/tasty Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ class TreePickler(pickler: TastyPickler) {
666
666
pickleTree(alias)
667
667
}
668
668
case tree @ Quote (body) =>
669
- // Add QUOTE tag to TASTy
669
+ // TODO: Add QUOTE tag to TASTy
670
670
assert(body.isTerm,
671
671
""" Quote with type should not be pickled.
672
672
|Quote with type should only exists after staging phase at staging level 0.""" .stripMargin)
@@ -678,7 +678,7 @@ class TreePickler(pickler: TastyPickler) {
678
678
.withSpan(tree.span)
679
679
)
680
680
case Splice (expr) =>
681
- pickleTree( // Add SPLICE tag to TASTy
681
+ pickleTree( // TODO: Add SPLICE tag to TASTy
682
682
// scala.quoted.runtime.Expr.splice[<tree.tpe>](<expr>)
683
683
ref(defn.QuotedRuntime_exprSplice )
684
684
.appliedToType(tree.tpe)
You can’t perform that action at this time.
0 commit comments