We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider
A({ bool a, this.b }) : assert( <- autocomplete here
No options appear though both a and b are valid choices.
a
b
The text was updated successfully, but these errors were encountered:
Good catch!
@danrubel : have you looked at this case?
Sorry, something went wrong.
Confirmed this is still an issue.
/cc @danrubel
I've been swamped with CFE work and have not had time to dig into this yet.
https://dart-review.googlesource.com/c/sdk/+/40472
Enable completion in AssertInitializer.
456890c
R=brianwilkerson@google.com, danrubel@google.com Bug: flutter/flutter-intellij#1101 Change-Id: Id17a701cac0e98afc373cf89089916cf5f983cff Reviewed-on: https://dart-review.googlesource.com/40472 Reviewed-by: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
scheglov
No branches or pull requests
Consider
No options appear though both
a
andb
are valid choices.The text was updated successfully, but these errors were encountered: