Flow analysis. Type of interest and the for loop increment part #60557
Labels
model-flow
Implementation of flow analysis in analyzer/cfe
type-question
A question about expected behavior or functionality
@stereotype441 is the following expected? Why if type
T
is made a type of interest in the increment part of thefor(;;)
loop then a variable of typeS
cannot be promoted toT
in the body of the loop but can be after it?Dart SDK version: 3.9.0-23.0.dev (dev) (Tue Apr 15 21:06:42 2025 -0700) on "windows_x64"
The text was updated successfully, but these errors were encountered: