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 4b1beda commit 2899e96Copy full SHA for 2899e96
tests/run-macros/string-context-implicits/Macro_1.scala
@@ -11,7 +11,7 @@ private def showMeExpr(sc: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using
11
val showTp = Type[Show[tp]]
12
Expr.summon(using showTp) match {
13
case Some(showExpr) => '{ $showExpr.show($arg) }
14
- case None => report.error(s"could not find implicit for ${Type.show[Show[Tp]]}", arg); '{???}
+ case None => report.error(s"could not find implicit for ${Type.show[Show[tp]]}", arg); '{???}
15
}
16
17
val newArgsExpr = Varargs(argShowedExprs)
0 commit comments