5f68b0bba6
Make sure the individual getter/setter workaround for structs in NNBD works. That way structs can be migrated without having to opt in to the proposed --enable-experiment=external-abstract-variables for external fields. Note that this requires dart:ffi users to migrate twice for NNBD, once to the workaround, and later a cleanup to external fields. Change-Id: I2a9020ff7df3ebf08e04f71183f9297d87acb1b1 Cq-Include-Trybots:dart/try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64-try,vm-precomp-ffi-qemu-linux-release-arm-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153777 Reviewed-by: Erik Ernst <eernst@google.com> Commit-Queue: Daco Harkes <dacoharkes@google.com>