Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nox213 committed Dec 1, 2024
1 parent b49d915 commit 33c7094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upickle/test/src/upickle/MacroTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ object MacroTests extends TestSuite {
// case class A_(objects: Option[C_]); case class C_(nodes: Option[C_])

// implicitly[Reader[A_]]
// implicitly[upickle.old.Writer[upickle.MixedIn.Obj.ClsB]code]
// implicitly[upickle.old.Writer[upickle.MixedIn.Obj.ClsB]]
// println(write(ADTs.ADTc(1, "lol", (1.1, 1.2))))
// implicitly[upickle.old.Writer[ADTs.ADTc]]

Expand Down

0 comments on commit 33c7094

Please sign in to comment.