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 41b0615 commit bbb6111Copy full SHA for bbb6111
commons-mongo/jvm/src/test/scala-2.13/com/avsystem/commons/mongo/typed/PolyDataWithCustomImplicits.scala
@@ -19,5 +19,5 @@ abstract class CustomPolyDataCompanion[D[_]](
19
* This class tests (through its compilation) if implicit resolution conflicts that were
20
* previously present in [[MongoPolyAdtInstances]] are fixed.
21
*/
22
-case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy)
+case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy, value: T)
23
object PolyDataWithCustomImplicits extends CustomPolyDataCompanion[PolyDataWithCustomImplicits]
0 commit comments