8a2f6495b3
This adds an ìsImplicitCall to DynamicInvocation which is set on expression like `d()` where `d` has type dynamic, to distinguish the for `d.call()`. TEST=pkg/front_end/testcases/general/dynamic_call.dart Change-Id: I73beb911bdb315a510c862e6d4876cf7673ec3c7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/346240 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>