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 e7a74e4 commit 2c6e613Copy full SHA for 2c6e613
tests/pos/i8577/MacroD_1.scala
@@ -7,6 +7,6 @@ object MacroD:
7
def apply(ctx: scala.StringContext): StringContext = ctx
8
def unapply(ctx: StringContext): Option[scala.StringContext] = Some(ctx)
9
10
-def implUnapplyD[T, U](sc: Expr[MacroD.StringContext], input: Expr[T])
+def implUnapplyD[T](sc: Expr[MacroD.StringContext], input: Expr[T])
11
(using Type[T])(using Quotes): Expr[Option[Seq[T]]] =
12
'{ Some(Seq(${input})) }
0 commit comments