Chromium Code Reviews
DescriptionRename members and named constructors.
That also leads to renames of named arguments in some contexts like
class C {
final f;
C([this.f]);
}
new C(f: 42).
Now we need to change the name of named argument along with the field name.
R=smok@google.com
Committed: https://code.google.com/p/dart/source/detail?r=11505
Patch Set 1 #Patch Set 2 : #
Total comments: 18
Patch Set 3 : #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||