public_member_api_docs
ignores constructors in abstract interface classes
#59488
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-false-negative
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Describe the issue
public_member_api_docs
does not flag constructors in abstract interface classes that are undocumented.To Reproduce
Expected behavior
The constructors should be flagged as undocumented, similar to how they are flagged in abstract & interface classes.
The text was updated successfully, but these errors were encountered: