1a942eaf49
This CL makes us recognizes calls through call methods as not requiring dynamic invokes. The analyzer seems to do the wrong thing on the return types though, so we'll still get casts on the results. Bug filed here: dartbug.com/23252 . This fixes #7. BUG= R=jacobr@google.com Review URL: https://codereview.chromium.org/1092183003