Overriding getter with member variable causes docs to get lost #1779
Labels
customer-flutter
Issues originating from important to Flutter
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Consider the following:
When I look up the dartdocs for
Sub.foo
, I expect to see "Great, thorough documentation". Yet there are no docs forSub.foo
.The text was updated successfully, but these errors were encountered: