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
It looks that https://dart-review.googlesource.com/c/sdk/+/430261 breaks because DartDoc uses analyzer/lib/src/utilities/extensions/element.dart to access metadata (which used to be the list of annotations). However the CL renames metadata2 to metadata, so the extension is not applicable anymore. Anyway, internal libraries should not be imports.