Skip to content

Commit 0e8f855

Browse files
Fix comment
1 parent fc4a648 commit 0e8f855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class ReifyQuotes extends MacroTransformWithImplicits {
283283
val isType = quote.symbol eq defn.typeQuoteMethod
284284
if (level > 0) {
285285
val body1 = nested(isQuote = true).transform(body)
286-
// Keep quotes in quotes as trees to reduce pickled size and have a Expr.show without pickled quotes embedded
286+
// Keep quotes as trees to reduce pickled size and have a Expr.show without pickled quotes
287287
if (isType) ref(defn.typeQuoteMethod).appliedToType(body1.tpe.widen)
288288
else ref(defn.quoteMethod).appliedToType(body1.tpe.widen).appliedTo(body1)
289289
}
@@ -470,4 +470,4 @@ class ReifyQuotes extends MacroTransformWithImplicits {
470470
}
471471
}
472472
}
473-
}
473+
}

0 commit comments

Comments
 (0)