Skip to content

Commit 825529e

Browse files
committed
Fix typo
1 parent 70ab4cd commit 825529e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TreePickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ class TreePickler(pickler: TastyPickler) {
669669
// Add QUOTE tag to TASTy
670670
assert(body.isTerm,
671671
"""Quote with type should not be pickled.
672-
|Quote with type should only exists after staging phase at level staging level 0.""".stripMargin)
672+
|Quote with type should only exists after staging phase at staging level 0.""".stripMargin)
673673
pickleTree(
674674
// scala.quoted.runtime.Expr.quoted[<tree.bodyType>](<body>)
675675
ref(defn.QuotedRuntime_exprQuote)

0 commit comments

Comments
 (0)