Skip to content

Commit 2c6e613

Browse files
author
gorilskij
committed
minor change
1 parent e7a74e4 commit 2c6e613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i8577/MacroD_1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ object MacroD:
77
def apply(ctx: scala.StringContext): StringContext = ctx
88
def unapply(ctx: StringContext): Option[scala.StringContext] = Some(ctx)
99

10-
def implUnapplyD[T, U](sc: Expr[MacroD.StringContext], input: Expr[T])
10+
def implUnapplyD[T](sc: Expr[MacroD.StringContext], input: Expr[T])
1111
(using Type[T])(using Quotes): Expr[Option[Seq[T]]] =
1212
'{ Some(Seq(${input})) }

0 commit comments

Comments
 (0)