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

.modify doesn't work on parametrised types #45

Open
adamw opened this issue Sep 11, 2018 · 1 comment
Open

.modify doesn't work on parametrised types #45

adamw opened this issue Sep 11, 2018 · 1 comment

Comments

@adamw
Copy link
Member

adamw commented Sep 11, 2018

case class Test[T](a: T, b: Int)
Test("1", 1).modify(_.b).setTo(10)
@stanch
Copy link
Contributor

stanch commented Sep 24, 2018

This might need the same machinery as #4...

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