Analyzer: no error assigning to a final local via for in loop #35508
Labels
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Discovered seemingly on accident by
language_2/void/void_type_usage_test/final_local_for_in2
This doesn't show any errors but of course should.
x
is final so it cannot be set to1
and2
.The text was updated successfully, but these errors were encountered: