DescriptionInfer setter parameter types in strong mode
This change also decouples setters and getters, which matches what DDC currently does. The benefit is they're inferred as independent methods, which allows code reuse between method/getter/setters. It also prevents ordering issues that might occur otherwise (i.e. if getter inference considers setter's type, and setter inference considers the getter's type).
More context: https://github.com/dart-lang/dev_compiler/issues/342#issuecomment-142713453
R=brianwilkerson@google.com
Committed: https://github.com/dart-lang/sdk/commit/83a2449062a56623919f19f57743fc9b841e7fad
Patch Set 1 #Patch Set 2 : format #
Total comments: 2
Patch Set 3 : #
Messages
Total messages: 5 (1 generated)
|