Skip to content

Commit f1d82b2

Browse files
author
Roman Janusz
committed
added PR link to doc in tests
1 parent 9fdd145 commit f1d82b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commons-mongo/jvm/src/test/scala-2.13/com/avsystem/commons/mongo/typed/PolyDataWithCustomImplicits.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ abstract class CustomPolyDataCompanion[D[_]](
1717

1818
/**
1919
* This class tests (through its compilation) if implicit resolution conflicts that were
20-
* previously present in [[MongoPolyAdtInstances]] are fixed.
20+
* previously present in [[MongoPolyAdtInstances]] are fixed
21+
* ([[https://github.com/AVSystem/scala-commons/pull/429 #429]]).
2122
*/
2223
case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy, value: List[T])
2324
object PolyDataWithCustomImplicits extends CustomPolyDataCompanion[PolyDataWithCustomImplicits]

0 commit comments

Comments
 (0)