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
I define a Reads object like so: val reestrdocReads = Jsonx.formatAuto[Reestrdoc]
but when I compile my code, I get this error, which points me to the definition of my Reads object:
error: class :: takes type parameters.
The "::" thing is a list I assume.
I do have a field in one of my case classes that is defined like so: tc_goods: ::[TcGoodsTtnoutEgais].
What is the issue here?
The text was updated successfully, but these errors were encountered:
I define a Reads object like so:
val reestrdocReads = Jsonx.formatAuto[Reestrdoc]
but when I compile my code, I get this error, which points me to the definition of my Reads object:
error: class :: takes type parameters.
The "::" thing is a list I assume.
I do have a field in one of my case classes that is defined like so:
tc_goods: ::[TcGoodsTtnoutEgais]
.What is the issue here?
The text was updated successfully, but these errors were encountered: