Skip to content
New issue

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

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

Already on GitHub? # to your account

Analyzer must support cascaded calls in initializer lists #6955

Closed
gbracha opened this issue Nov 26, 2012 · 6 comments
Closed

Analyzer must support cascaded calls in initializer lists #6955

gbracha opened this issue Nov 26, 2012 · 6 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Milestone

Comments

@gbracha
Copy link
Contributor

gbracha commented Nov 26, 2012

The grammar has changed.

@bwilkerson
Copy link
Member

Added this to the M2 milestone.

@clayberg
Copy link

Set owner to @scheglov.

@scheglov
Copy link
Contributor

Removed this from the M2 milestone.
Added this to the M3 milestone.

@scheglov
Copy link
Contributor

Added Accepted label.

@scheglov
Copy link
Contributor

It seems Analyzer already supports this.

class A {
  var f;
  A() : f=""..length;
}

gives no warnings or errors.

Adding specific test for initializers in this CL.
https://codereview.chromium.org/11548016


Added Started label.

@scheglov
Copy link
Contributor

https://code.google.com/p/dart/source/detail?r=16048


Removed this from the M3 milestone.
Added this to the M2 milestone.
Added Fixed label.

@gbracha gbracha added Type-Defect area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Dec 12, 2012
@gbracha gbracha added this to the M2 milestone Dec 12, 2012
This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Projects
None yet
Development

No branches or pull requests

4 participants