File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ class ReifyQuotes extends MacroTransform {
177
177
meth.appliedTo(pickledQuoteStrings, splicesList)
178
178
}
179
179
180
- def tagedType (sym : Symbol ) = ref(defn.InternalQuotedTypeModule ).select(sym.name.toTermName)
180
+ def taggedType (sym : Symbol ) = ref(defn.InternalQuotedTypeModule ).select(sym.name.toTermName)
181
181
182
182
if (isType) {
183
- if (splices.isEmpty && body.symbol.isPrimitiveValueClass) tagedType (body.symbol)
183
+ if (splices.isEmpty && body.symbol.isPrimitiveValueClass) taggedType (body.symbol)
184
184
else pickleAsTasty()
185
185
}
186
186
else getLiteral(body) match {
@@ -443,4 +443,3 @@ object ReifyQuotes {
443
443
override def toString : String = s " Embedded( $trees, $map) "
444
444
}
445
445
}
446
-
You can’t perform that action at this time.
0 commit comments