de53a2c33c
- Set a flag on LocalVariable if it's late, and store its initializer offset - Visit late var init in when visiting var get in scope builder - Initialize late vars to the sentinel - Check the sentinel and run the initializer in late var get Bug: https://github.com/dart-lang/sdk/issues/38841 Change-Id: I5500ed133537ab663e2b3d8cfb5cca04233be25e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/126982 Commit-Queue: Liam Appelbe <liama@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Régis Crelier <regis@google.com>