1f848492b7
The Selector computed for InstanceGetterInvocation used the name of the getter eventhough the invocation is actually a .call invocation. This lead the computation of whether type arguments need to be parsed to fail because it queried with the wrong selector. Closes https://github.com/dart-lang/sdk/issues/48304 Change-Id: Ia08fb91fa24b5b04eba850f75f9b66cb89494dda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/234288 Reviewed-by: Mayank Patke <fishythefish@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>