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

Fix AnyRef/Object with X type ascriptions #320

Closed
wiwa opened this issue Jan 15, 2019 · 1 comment
Closed

Fix AnyRef/Object with X type ascriptions #320

wiwa opened this issue Jan 15, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@wiwa
Copy link
Contributor

wiwa commented Jan 15, 2019

e.g.:

override def iterator: AnyRef with Iterator[A] = new Iterator[A] {
implicit def order[T]: Object with Ordering[Party[T]] = new Ordering[Party[T]] {

See #148

@wiwa wiwa added the Scalafix label Jan 15, 2019
@wiwa wiwa added this to the M6 milestone Jan 15, 2019
@wiwa wiwa self-assigned this Jan 15, 2019
@xeno-by xeno-by changed the title Fix AnyRef with X type ascriptions Fix AnyRef/Object with X type ascriptions Jan 15, 2019
xeno-by added a commit that referenced this issue Jan 17, 2019
@xeno-by
Copy link
Contributor

xeno-by commented Jan 17, 2019

Fixed in 98e7615.

@xeno-by xeno-by closed this as completed Jan 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants