Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Elements. For LocalVariableFragment enclosingFragment can be anything…
…, not only ExecutableFragment. For example, here it is the top-level variable fragment. ``` final a = [for (final value in []) value * 2]; ``` Change-Id: I0c09c890256b624a28c1d55fffbfd94f9431b83e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398928 Commit-Queue: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
- Loading branch information