Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler error for field identifier with backticks #45

Open
ldaume opened this issue Sep 7, 2017 · 1 comment
Open

Compiler error for field identifier with backticks #45

ldaume opened this issue Sep 7, 2017 · 1 comment

Comments

@ldaume
Copy link

ldaume commented Sep 7, 2017

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]

@ncreep
Copy link

ncreep commented Jul 1, 2020

Seems to be fixed in 0.42.x.
Working since this commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants