DescriptionHandle forwarding constructors
Handle serialization of forwarding constructors that are defined by
forwarding constructors:
class A {}
class B {}
class C {}
class D = A with B, C;
The default constructor of D is a forwarding constructor defined by the
default constructor of its super type A+B, which itself is a forwarding
constructor. Thus, the defining constructor might itself be synthesized
and therefore serialized indirectly.
R=het@google.com
Committed: https://github.com/dart-lang/sdk/commit/2f1cc9e958d4ea7cf0deb93fb62b7fceb4415327
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|