tune "convert to set literal" assist to avoid producing code w/ type errors #35907
Labels
devexp-quick-fix
Issues with analysis server (quick) fixes
legacy-area-analyzer
Use area-devexp instead.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
In the world of set-literals, an assist is presented on this snippet.
If you perform it, and get:
which provokes the following error:
As discussed in #57905, we should consider not providing the assist if it would produce errored results.
/cc @bwilkerson
The text was updated successfully, but these errors were encountered: