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 77eeda7 commit e5d46e6Copy full SHA for e5d46e6
compiler/src/dotty/tools/dotc/tastyreflect/ReflectionInternal.scala
@@ -36,7 +36,7 @@ class ReflectionCompilerInterface(val rootContext: core.Contexts.Context) extend
36
def unpickleExpr(repr: Unpickler.PickledQuote, args: Unpickler.PickledExprArgs): scala.quoted.Expr[_] =
37
new scala.internal.quoted.TastyTreeExpr(PickledQuotes.unpickleExpr(repr, args))
38
39
- def unpickleType[T](repr: Unpickler.PickledQuote, args: Unpickler.PickledTypeArgs): scala.quoted.Type[_] =
+ def unpickleType(repr: Unpickler.PickledQuote, args: Unpickler.PickledTypeArgs): scala.quoted.Type[_] =
40
new scala.internal.quoted.TreeType(PickledQuotes.unpickleType(repr, args))
41
42
//
0 commit comments