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

Language Change- Uninitialized finals are warnings not errors #11124

Closed
jwren opened this issue Jun 6, 2013 · 1 comment
Closed

Language Change- Uninitialized finals are warnings not errors #11124

jwren opened this issue Jun 6, 2013 · 1 comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@jwren
Copy link
Member

jwren commented Jun 6, 2013

language/
field3a_negative_test
const_syntax_test/01
const_syntax_test/04
const_syntax_test/02
const_syntax_test/03
final_syntax_test/01
final_syntax_test/04
final_syntax_test/02
final_syntax_test/03

More context: https://code.google.com/p/dart/issues/detail?id=11053

@scheglov
Copy link
Contributor

https://code.google.com/p/dart/source/detail?r=27713
This CL fixes analyzer to support these correct tests.
const_syntax_test/01
const_syntax_test/04
const_syntax_test/02
const_syntax_test/03

@jwren jwren added Type-Defect area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). labels Sep 20, 2013
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Feb 29, 2016
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
dart-bot pushed a commit that referenced this issue Aug 29, 2018
#33022
#28823
#11124

Change-Id: I44427cdab25aae356ec89d677fa142d23d7b42c7
Reviewed-on: https://dart-review.googlesource.com/71428
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants