Skip to content

Commit 8b8c66a

Browse files
Remove extra type parameter
1 parent e5d46e6 commit 8b8c66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/reflect/CompilerInterface.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ trait CompilerInterface {
143143
/** Unpickle `repr` which represents a pickled `Type` tree,
144144
* replacing splice nodes with `args`
145145
*/
146-
def unpickleType[T](repr: Unpickler.PickledQuote, args: Unpickler.PickledTypeArgs): scala.quoted.Type[_]
146+
def unpickleType(repr: Unpickler.PickledQuote, args: Unpickler.PickledTypeArgs): scala.quoted.Type[_]
147147

148148
//
149149
// CONTEXT

0 commit comments

Comments
 (0)