linter
linter copied to clipboard
Flag unreachable else blocks due to range overlap
if (a > 2) {
doX();
} else if (a > 5) {
doY();
}
This might be linted now that https://github.com/dart-lang/linter/pull/229 is merged. I might add a test to confirm @pq can you assign this to me?
it is not linted :(
I might add a test to confirm @pq can you assign this to me?
Added you as a collaborator... Once you accept, you'll be free to add yourself! 😄
Is this in?
This is not linted.