DescriptionUpdated parser to produce error when trying to reinitialize final variables in class constructors. Fixes issue #29658.
BUG=
R=zra@google.com
Example:
Foo {
final int x = 10;
Foo(this.x); // Error
Foo.named() : x = 42; // Error
}
Committed: https://github.com/dart-lang/sdk/commit/9755a98b003a09a0f3aa76b610bcf715e58b0baa
Patch Set 1 #
Total comments: 4
Patch Set 2 : Added issue #'s to status file updates, fixed language const_error_multiply test #
Messages
Total messages: 7 (2 generated)
|