Assertion on late error
variable in NNBD version of Future.wait is too early
#41656
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Milestone
The following program causes a late initialization error when run with the NNBD SDK and asserts enabled:
The assert on line 415 that was added is too early. In the case that
eagerError
is true and an earlier future has thrown an error,values
may have been set tonull
buterror
has not yet been set.The text was updated successfully, but these errors were encountered: