sdk icon indicating copy to clipboard operation
sdk copied to clipboard

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

Open kallentu opened this issue 5 months ago • 0 comments

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

Work needed

  • Update canBeConst for the DotShorthandConstructorInvocation AST.
  • Add a new DotShorthandConstructorInvocation visit method to the lint.
  • Add tests

kallentu avatar Jun 12 '25 22:06 kallentu