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

Show type warnings #16317

Closed
sethladd opened this issue Jan 27, 2014 · 4 comments
Closed

Show type warnings #16317

sethladd opened this issue Jan 27, 2014 · 4 comments
Assignees

Comments

@sethladd
Copy link
Contributor

Consider this code:

void main() {
  int x = 'hello';
  print(x);
}

I don't see any warnings.


Attachment:
[Screen Shot 2014-01-27 at 8.13.43 AM.png](https://storage.googleapis.com/google-code-attachments/dart/issue-16317/comment-0/Screen Shot 2014-01-27 at 8.13.43 AM.png) (14.05 KB)

@peter-ahe-google
Copy link
Contributor

Set owner to @peter-ahe-google.
Added Accepted label.

@sethladd
Copy link
Contributor Author

Wasn't sure if this was an enhancement or defect. Either way, would be helpful!

@peter-ahe-google
Copy link
Contributor

This problem has been fixed, but a regression test would be nice.

@peter-ahe-google
Copy link
Contributor

Removed Type-Defect label.
Added Type-Task label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants