c6a9c9536e
Adds the modifiers `abstract`, `base`, `final`, and `interface` to the API summary output. This information is an important part of the public API of a package, because it determines whether a client can: - Construct an instance of the class, - Extend the class, or - Implement the class. Change-Id: I6a6a6964ba07db1714bc2fcb549cc15230e87058 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/482362 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
A set of utilities used by the tools in several analyzer-related packages.
Not meant to be published.