Private superclasses lead to dead references #1476
Labels
customer-flutter
Issues originating from important to Flutter
P1
A high priority bug; for example, a single project is unusable or has many test failures
Consider this setup:
You'll get the error message (paraphrasing a little) "warning: no canonical library found for test._Private.foo, not linking from _Private.foo referred to by Public".
But
Public.foo
appears in the documentation with the text from_Private.foo
, so it seems likePublic
should just link to its ownfoo
when it refers to[foo]
.Marking P1 as "Broken links, few or on edge cases".
The text was updated successfully, but these errors were encountered: