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 70ab4cd commit 825529eCopy full SHA for 825529e
compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala
@@ -669,7 +669,7 @@ class TreePickler(pickler: TastyPickler) {
669
// Add QUOTE tag to TASTy
670
assert(body.isTerm,
671
"""Quote with type should not be pickled.
672
- |Quote with type should only exists after staging phase at level staging level 0.""".stripMargin)
+ |Quote with type should only exists after staging phase at staging level 0.""".stripMargin)
673
pickleTree(
674
// scala.quoted.runtime.Expr.quoted[<tree.bodyType>](<body>)
675
ref(defn.QuotedRuntime_exprQuote)
0 commit comments