Chromium Code Reviews
DescriptionFix a bug in the type inferrer.
The optimization for non-final fields initialized in a generative constructor did not take into account whether the super constructor call escapes 'this', or uses an un-initialized field.
The fix is to ensure we analyze the super constructor first before analyzing a constructor.
R=lry@google.com
Committed: https://code.google.com/p/dart/source/detail?r=30408
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 4 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||