You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|No given instance of type deriving.Mirror.ProductOf[Cs[Int] & Sm[Int]] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.ProductOf[Cs[Int] & Sm[Int]]: type `Cs[Int] & Sm[Int]` is not a generic product because class Cs and class Sm are unrelated
|No given instance of type deriving.Mirror.ProductOf[Sm[Int] & Cs[Int]] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.ProductOf[Sm[Int] & Cs[Int]]: type `Sm[Int] & Cs[Int]` is not a generic product because class Sm and class Cs are unrelated
|No given instance of type deriving.Mirror.Of[Cs[Int] & Sm[Int]] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.Of[Cs[Int] & Sm[Int]]:
13
+
| * type `Cs[Int] & Sm[Int]` is not a generic product because class Cs and class Sm are unrelated
14
+
| * type `Cs[Int] & Sm[Int]` is not a generic sum because class Cs and class Sm are unrelated
|No given instance of type deriving.Mirror.Of[Sm[Int] & Cs[Int]] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.Of[Sm[Int] & Cs[Int]]:
19
+
| * type `Sm[Int] & Cs[Int]` is not a generic product because class Sm and class Cs are unrelated
20
+
| * type `Sm[Int] & Cs[Int]` is not a generic sum because class Sm and class Cs are unrelated
15 |val testE = summon[Mirror.ProductOf[Sm[Int] & Nn.type]] // error: unreleated
23
+
| ^
24
+
|No given instance of type deriving.Mirror.ProductOf[Sm[Int] & Nn.type] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.ProductOf[Sm[Int] & Nn.type]: type `Sm[Int] & Nn.type` is not a generic product because class Sm and object Nn are unrelated
|No given instance of type deriving.Mirror.ProductOf[Nn.type & Sm[Int]] was found for parameter x of method summon in object Predef. Failed to synthesize an instance of type deriving.Mirror.ProductOf[Nn.type & Sm[Int]]: type `Nn.type & Sm[Int]` is not a generic product because object Nn and class Sm are unrelated
0 commit comments