Skip to content

Commit 0b09b73

Browse files
committed
Workaround Scaladoc @usecase bug with recent Zinc
1 parent 42058f0 commit 0b09b73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

library/src/scala/collection/GenIterableLike.scala

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,13 @@ trait GenIterableLike[+A, +Repr] extends Any with GenTraversableLike[A, Repr] {
147147
def zipAll[B, A1 >: A, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CBF[Repr, (A1, B), That]): That
148148

149149
}
150+
151+
// Workaround for Scaladoc @usecase position bug scala/issues#11865
152+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
153+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
154+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
155+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
156+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
157+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
158+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
159+
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)