[macros] support for prefer_const_constructors_in_immutables
#59468
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
linter-set-flutter
P2
A bug or feature request we're likely to work on
Uh oh!
There was an error while loading. Please reload this page.
Since constructors in macro definitions must be
const
and will produce a compilation error if not, this lint would be overreporting in the odd case where a macro is marked@immutable
.The text was updated successfully, but these errors were encountered: