11package name .rayrobdod .stringContextParserCombinator
22package typeclass
33
4- import scala .annotation .nowarn
54import com .eed3si9n .ifdef .ifdef
65import scala .collection .mutable .Builder
76
8- @ nowarn(" msg=make nowarn used" )
9- private [typeclass] final class Repeated_MakeNowarnUsed
10-
117/**
128 * Describes how to combine a homogeneous sequence of zero-or-more values.
139 *
@@ -626,14 +622,14 @@ object BiRepeated extends LowPrioBiRepeated {
626622 (value, ctx) => {
627623 val myBindSingletonContexts = new BindSingletonContexts [Ctx , ctx.type ]
628624 import myBindSingletonContexts ._
629- @ nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
625+ @ annotation. nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
630626 val value2 = value : ctx.Expr [List [A ]]
631627 select[List [A ], Boolean ](ctx)(value2, " nonEmpty" ): Ctx # Expr [Boolean ]
632628 },
633629 (value, ctx) => {
634630 val myBindSingletonContexts = new BindSingletonContexts [Ctx , ctx.type ]
635631 import myBindSingletonContexts ._
636- @ nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
632+ @ annotation. nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
637633 val value2 = value : ctx.Expr [List [A ]]
638634 (
639635 select[List [A ], A ](ctx)(value2, " head" ): Ctx # Expr [A ],
@@ -644,7 +640,7 @@ object BiRepeated extends LowPrioBiRepeated {
644640 (value, ctx) => {
645641 val myBindSingletonContexts = new BindSingletonContexts [Ctx , ctx.type ]
646642 import myBindSingletonContexts ._
647- @ nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
643+ @ annotation. nowarn(" msg=never used" ) implicit val typA2 : ctx.TypeTag [A ] = typA
648644 val value2 = value : ctx.Expr [List [A ]]
649645 select[List [A ], Boolean ](ctx)(value2, " isEmpty" ): Ctx # Expr [Boolean ]
650646 },
0 commit comments