We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd145 commit f1d82b2Copy full SHA for f1d82b2
commons-mongo/jvm/src/test/scala-2.13/com/avsystem/commons/mongo/typed/PolyDataWithCustomImplicits.scala
@@ -17,7 +17,8 @@ abstract class CustomPolyDataCompanion[D[_]](
17
18
/**
19
* This class tests (through its compilation) if implicit resolution conflicts that were
20
- * previously present in [[MongoPolyAdtInstances]] are fixed.
+ * previously present in [[MongoPolyAdtInstances]] are fixed
21
+ * ([[https://github.com/AVSystem/scala-commons/pull/429 #429]]).
22
*/
23
case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy, value: List[T])
24
object PolyDataWithCustomImplicits extends CustomPolyDataCompanion[PolyDataWithCustomImplicits]
0 commit comments