Skip to content

Commit

Permalink
[base-2] Add a missing since annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrobdod committed Jan 4, 2025
1 parent 5ec51ef commit 709c020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/src/main/scala-2/typeclass/VersionSpecificRepeated.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ trait VersionSpecificRepeated {
): Repeated[SplicePiece[Expr, A], Expr[List[A]]]
}

/**
* @since 0.1.1
*/
def forContext(c:Context):Repeateds[c.Expr, c.TypeTag] = {
new Repeateds[c.Expr, c.TypeTag] {
def concatenateString:Repeated[c.Expr[String], c.Expr[String]] = {
Expand Down

0 comments on commit 709c020

Please sign in to comment.