2528bf8666
This flag is set when a variable declaration is moved earlier in order to be available for subsequent code that couldn't contain its declaration. For instance variables declared in patterns which needs to be declared before the matching expressions that initialize them. TEST=existing expectations tests Change-Id: I80ab1138f08f725f3e01905c1a57a1483f809328 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291820 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>