sdk
sdk copied to clipboard
[Dot Shorthands] Evaluate support for lint `unnecessary_const`.
This issue tracks the work needed to support dot shorthands with the unnecessary_const lint.
Work needed
- Handle
DotShorthandConstructorInvocationin the same way we do regular constructors. - Add tests