Closed FMorschel closed 1 day ago
Summary: The AMBIGUOUS_EXTENSION_MEMBER_ACCESS
fix doesn't work for ambiguous extension method calls, despite the error message mentioning members. A fix might be needed.
No, I don't know of any reason why the fix wouldn't trigger in those cases.
Even after https://github.com/dart-lang/sdk/issues/49489 got closed when we have a method this fix is not called.
Is there a specific reason for this @bwilkerson? As far as I know, methods are also members (I mean, the error does say so). I can open a CL to fix this if this is not intended.