b449e99118
With nested `async*` functions, the state of whether we're in an `async*` function should be restored as the previous state after leaving the nested function, instead of as `false`. Fixes #55397. Change-Id: I5f2a964847ae34e98584f3adad6df7857b81e474 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/361600 Commit-Queue: Ömer Ağacan <omersa@google.com> Reviewed-by: Slava Egorov <vegorov@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.