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 6793a46 commit 5aa143aCopy full SHA for 5aa143a
core/src/test/scala/com/avsystem/commons/serialization/CodecTestData.scala
@@ -108,18 +108,6 @@ object CodecTestData {
108
override def hashCode(): Int = args.hashCode()
109
}
110
111
- trait Framework {
112
- type Field
113
-
114
- case class Stuff(field: Field)
115
- }
116
117
- trait BetterFramework extends Framework {
118
- implicit def fieldCodec: GenCodec[Field]
119
120
- implicit val stuffCodec: GenCodec[Stuff] = GenCodec.materialize
121
122
123
object SomeObject {
124
@generated def random: Int = 42
125
implicit val codec: GenCodec[SomeObject.type] = GenCodec.materialize[SomeObject.type]
0 commit comments