Closed
Description
dart2js would like to lower some late
variables and leave others to the front-end.
The number of configurations is large (3×2×2×2 = 24):
{static, instance, local} × {final, non-final} × {initializer, uninitialized} × {nullable, non-nullable}
Where possible, dart2js would like to be able to inspect the initializer and variable type.