Open
openamiguel/error-prone
#1Description
ATTENTION! Please read and follow:
- if this is a question about Error Prone, send it to error-prone-discuss@googlegroups.com
- if this is a bug or feature request, fill the form below as best as you can.
Description of the problem / feature request:
The WrongOneOf
check also fails with the new arrow-type switch expressions.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
switch (proto.oneOfCase()) {
case BLAH -> {...};
default -> {...};
}
What version of Error Prone are you using?
2.6.0
Have you found anything relevant by searching the web?
Metadata
Metadata
Assignees
Labels
No labels