dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.58k forks source link

Ambiguous extension member access three or more should contain context messages #59542

Open FMorschel opened 2 days ago

FMorschel commented 2 days ago

Even after https://github.com/dart-lang/sdk/issues/56269 was fixed if you have three or more extension types where two have the same name, you don't get the same details for where are the extensions defined.

Here is the CL for this https://dart-review.googlesource.com/c/sdk/+/396540

FMorschel commented 2 days ago

Fyi: @srawlins since you fixed the original issue.

srawlins commented 2 days ago

Thanks for the follow up!