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 627b558 commit 7195952Copy full SHA for 7195952
compiler/src/dotty/tools/dotc/transform/PickleQuotes.scala
@@ -337,7 +337,7 @@ object PickleQuotes {
337
// This and all closures in typeSplices are removed by the BetaReduce phase
338
val types =
339
if quote.tags.isEmpty then Literal(Constant(null)) // keep pickled quote without holeContents as small as possible
340
- else SeqLiteral(quote.tags, TypeTree(defn.QuotedTypeClass.typeRef.appliedTo(WildcardType)))
+ else SeqLiteral(quote.tags, TypeTree(defn.QuotedTypeClass.typeRef.appliedTo(TypeBounds.emptyPolyKind)))
341
342
// This and all closures in termSplices are removed by the BetaReduce phase
343
val termHoles =
0 commit comments