-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Finalize and specify rules for local variable inference #27500
Comments
Status update: |
started: I am working on this in the background, but as noted above, this is purely a spec issue with no implementation dependencies, so lower priority. |
No Dart 2 milestone: This is now considered a subtask of #31228, which has a Dart 2 milestone. |
I think this can be closed in favor of the local variable inference rules being written for Null Safety Dart. |
The type inference rules for local variables declared without a type are pretty well-tested at this point, but I think there are a couple of corners to hammer out and then we need to add them to the spec.
Edit by @eernstg Feb 2018: Note that this is now essentially one of the subtasks of #31228.
The text was updated successfully, but these errors were encountered: