sdk icon indicating copy to clipboard operation
sdk copied to clipboard

[Dot Shorthands] Evaluate support for lint `unnecessary_const`.

Open kallentu opened this issue 5 months ago • 0 comments

This issue tracks the work needed to support dot shorthands with the unnecessary_const lint.

Work needed

  • Handle DotShorthandConstructorInvocation in the same way we do regular constructors.
  • Add tests

kallentu avatar Jun 12 '25 22:06 kallentu