Files
sdk/pkg/dev_compiler/lib
Nicholas Shahan 863016caf3 [ddc] Make escapeIdentifier API non-nullable
All uses either already pass a non-nullable String or assert that
the returned value is non-nullable which would be equivalent to
asserting that the value passed is not null.

Change-Id: I6308a8b39bc5ee08db6741145ed7b8a983c33118
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365662
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2024-05-08 16:28:12 +00:00
..