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 18c8e40 commit 7d3aa24Copy full SHA for 7d3aa24
scalactic/src/main/scala/org/scalactic/Requirements.scala
@@ -364,7 +364,7 @@ object RequirementsMacro {
364
}
365
366
val argStr: List[Expr[String]] = arguments.unseal.underlyingArgument match {
367
- case Typed(Repeated(args), _) => // only sequence literal
+ case Typed(Repeated(args, _), _) => // only sequence literal
368
args.map(arg => arg.seal[Any].show.toExpr)
369
case _ =>
370
throw QuoteError("requireNonNull can only be used with sequence literal, not `seq : _*`")
0 commit comments