Files
sdk/pkg/analysis_server/test
Danny Tuppeny 32e593c3e3 [analyzer] Ensure Element.Identifier is unique for augmentations
Augmentations can have duplicated names within a library so this appends `nameOffset` to them (in the same way that local functions and closures do) to keep them unique.

Fixes https://github.com/dart-lang/sdk/issues/55408

Change-Id: I0b482e5a945dfb08c5a3cc0ab2254b386f24dd18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/362120
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2024-04-10 17:13:22 +00:00
..