Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix initializing_formals_execution_t02 to expect compile-time error instead of runtime error #114

Closed
bkonyi opened this issue Jun 19, 2017 · 0 comments
Assignees

Comments

@bkonyi
Copy link

bkonyi commented Jun 19, 2017

Running Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02.dart will result in a compile-time error caused by attempting to reinitialized an already initialized field. See issue here for context.

Edit: the same applies to Language/Classes/Constructors/Generative_Constructors/execution_of_an_initializer_t02.dart as well.

bkonyi added a commit to dart-lang/sdk that referenced this issue Jun 19, 2017
…ntil it is updated to expect a compilation error when trying to reinitialize a final field: dart-lang/co19#114.

BUG=

Review-Url: https://codereview.chromium.org/2944073002 .
@sgrekhov sgrekhov self-assigned this Jun 20, 2017
@sgrekhov sgrekhov closed this as completed Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants