Skip to content

Commit 709c020

Browse files
committed
[base-2] Add a missing since annotation
1 parent 5ec51ef commit 709c020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Base/src/main/scala-2/typeclass/VersionSpecificRepeated.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ trait VersionSpecificRepeated {
5151
): Repeated[SplicePiece[Expr, A], Expr[List[A]]]
5252
}
5353

54+
/**
55+
* @since 0.1.1
56+
*/
5457
def forContext(c:Context):Repeateds[c.Expr, c.TypeTag] = {
5558
new Repeateds[c.Expr, c.TypeTag] {
5659
def concatenateString:Repeated[c.Expr[String], c.Expr[String]] = {

0 commit comments

Comments
 (0)