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
If one uses backticks in case classes like case class Header(`Content-Type`: String) a compiler error occurs like: Error:value Content-Type is not a member of ....Header implicit lazy val jsonFormat: OFormat[Header] = Jsonx.formatCaseClass[Header]
The text was updated successfully, but these errors were encountered:
If one uses backticks in case classes like
case class Header(`Content-Type`: String)
a compiler error occurs like:Error:value Content-Type is not a member of ....Header implicit lazy val jsonFormat: OFormat[Header] = Jsonx.formatCaseClass[Header]
The text was updated successfully, but these errors were encountered: