sdk
sdk copied to clipboard
[Dot Shorthands] Evaluate support for lint `prefer_const_constructors`.
This issue tracks the work needed to support dot shorthands with this lint.
Work needed
- Update
canBeConstfor theDotShorthandConstructorInvocationAST. - Add a new
DotShorthandConstructorInvocationvisit method to the lint. - Add tests