You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a class is marked as @sealed, then external packages aren't allowed to extend it. This effectively means that any APIs that are only visible to subclasses, such as those marked @protected or constructors for abstract classes, aren't part of the package's public API and shouldn't be documented by dartdoc.
jcollins-g
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Nov 5, 2020
nex3
added a commit
to sass/dart-sass
that referenced
this issue
Jun 24, 2021
If a class is marked as
@sealed
, then external packages aren't allowed to extend it. This effectively means that any APIs that are only visible to subclasses, such as those marked@protected
or constructors for abstract classes, aren't part of the package's public API and shouldn't be documented by dartdoc.See also #2418.
The text was updated successfully, but these errors were encountered: