22d75929bd
Before this CL the FFI external transformation set a wrong file uri on the created procedure when the field it came from was in a part. Possibly this is what caused https://github.com/flutter/flutter/issues/144176 Adding a CFE test it also surfaced there not being passed a reference. As I recall we technically disable 'advanced invaclidation' for ffi stuff so maybe it doesn't matter, but it was easy to add and now the test is happy. Tested: Existing test + CFE test added. Change-Id: I67391654677fe103d7bc22829871db2119d251dd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/355420 Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Jens Johansen <jensj@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>