1f8ef384d9
This implements the logic for initializing, getting, and setting non-final instance fields that have initializers. It doesn't address statics, finals, local variables, or the no-initializer case, and is only implemented for bytecode. Bug: https://github.com/dart-lang/sdk/issues/38841 Change-Id: I3b9e2772abdc04e3bfede56d2fcf06738f234cbb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/122489 Commit-Queue: Liam Appelbe <liama@google.com> Reviewed-by: Régis Crelier <regis@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>