Files
sdk/pkg/kernel/lib
Paul Berry 5c3dd4b11b Change MethodInvocation.interfaceTarget from a Procedure to a Member.
It's possible for the interface target to be a field, e.g.:

    typedef void F();
    class C {
      F f;
    }
    void g(C c) {
      c.f(); // Interface target is C::f
    }

Also, this CL fixes MethodInvocation.getStaticType() in the case where
the interface target is a getter.

R=dmitryas@google.com, kmillikin@google.com, scheglov@google.com

Review-Url: https://codereview.chromium.org/2923653003 .
2017-06-07 09:20:53 -07:00
..
2017-05-01 08:28:10 +02:00
2017-06-07 09:28:13 +02:00
2017-06-07 09:28:13 +02:00
2017-06-07 09:28:13 +02:00
2017-05-23 14:28:19 -07:00