| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[stable][DAS] Fixes completion for `!=` for dot shorthands
Issue description: Code completion for != wasn't using the correct
context so no dot shorthands were suggested.
What is the fix: Fixed a typo in the context type provider in the
analysis server. `BANG_EQ_EQ` -> `BANG_EQ`
Why cherry-pick: Users can now see code completions of shorthands
with `!=`.
Risk: Low, this is a small typo fix to the correct operator and
would only affect code completion.
Issue link(s): https://github.com/dart-lang/sdk/issues/62216
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |