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

Usages of classes/methods/etc. from the SDK source code are not found #28387

Closed
alexander-doroshko opened this issue Jan 13, 2017 · 5 comments
Closed
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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

@alexander-doroshko
Copy link

Windows 10, SDK 1.22.0-dev.7.0 x64. Usages of bool class are not reported by the analysis server. Minimal file to reproduce:

bool b;
@alexander-doroshko alexander-doroshko added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Jan 13, 2017
@bwilkerson bwilkerson 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) labels Jan 13, 2017
@bwilkerson
Copy link
Member

@scheglov Is this expected?

@scheglov
Copy link
Contributor

Yes, this is is a known issue.

@scheglov scheglov self-assigned this Jan 25, 2017
@scheglov
Copy link
Contributor

This was a long multi-step implementation process...
The problem is fixed in fcd5f16.

@scheglov
Copy link
Contributor

Test that it actually works and does not regress.
https://codereview.chromium.org/2651103004

scheglov added a commit that referenced this issue Jan 25, 2017
@scheglov
Copy link
Contributor

ebe04d1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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

3 participants