Fine grained selection of 'late' lowering by front end. #43993
Labels
customer-dart2js
legacy-area-front-end
Legacy: Use area-dart-model instead.
type-enhancement
A request for a change that isn't a bug
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.
The text was updated successfully, but these errors were encountered: