File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ class ReifyQuotes extends MacroTransformWithImplicits {
283
283
val isType = quote.symbol eq defn.typeQuoteMethod
284
284
if (level > 0 ) {
285
285
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
287
287
if (isType) ref(defn.typeQuoteMethod).appliedToType(body1.tpe.widen)
288
288
else ref(defn.quoteMethod).appliedToType(body1.tpe.widen).appliedTo(body1)
289
289
}
@@ -470,4 +470,4 @@ class ReifyQuotes extends MacroTransformWithImplicits {
470
470
}
471
471
}
472
472
}
473
- }
473
+ }
You can’t perform that action at this time.
0 commit comments