63a719a488
In https://dart-review.googlesource.com/c/sdk/+/468080, the private implementation of the `DiagnosticCode` class was changed so that the unique name of the error code is now stored in a field called `_uniqueName`. (Previously it was stored in a field called `uniqueName`. This inadvertently broke the `use_literate_api_in_analyzer.dart` script. The fix is simple: change `use_literate_api_in_analyzer.dart` to access the unique name using the `_uniqueName` field. Change-Id: I6a6a6964088b30506e52c1e1ae47c75293f5910c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/468902 Commit-Queue: Paul Berry <paulberry@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
A set of utilities used by the tools in several analyzer-related packages.
Not meant to be published.