Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

unused variable rule and abstract methods #663

Closed
DickvdBrink opened this issue Sep 16, 2015 · 0 comments · Fixed by #664
Closed

unused variable rule and abstract methods #663

DickvdBrink opened this issue Sep 16, 2015 · 0 comments · Fixed by #664

Comments

@DickvdBrink
Copy link
Contributor

Code below errors about a unused variable x; but abstract methods can't have a body so they are always unused

abstract class AbstractTest {
    abstract foo(x);
}

I might fix this soon ;)

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

Successfully merging a pull request may close this issue.

2 participants