- Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
Description
From #61847 (comment):
But the most intriguing for me was:
enum E { a } void f(E e) { f(E.b); f(.b); }[T]he dot-shorthand property access has all:
- Change to 'a'
- Add enum constant
- Create getter
- Create field
But the
E.baccess only has the first two.
My guess is that the fixes are not in the list for the diagnostic in question.
Metadata
Metadata
Assignees
Labels
area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.