Files
sdk/pkg/vm
Daco Harkes a304e5b156 [cfe/ffi] Test Finalizables in extension methods
`Finalizable`s with extension methods work by virtue of being
desugared into static methods and the `Finalizable`s being normal
arguments.

If we ever change the representation of extension methods,
`Finalizable`s would need to be treated specially. This test will
catch that.

TEST=pkg/vm/test/transformations/ffi_test.dart

Bug: https://github.com/dart-lang/sdk/issues/49643#issuecomment-1214847853

Change-Id: I68cfbc098386a88495d37417c6eb7295b89bfb95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255123
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2022-08-15 13:29:37 +00:00
..
2022-07-07 23:22:49 +00:00
2022-07-07 23:22:49 +00:00
2021-04-07 10:28:38 +00:00
2022-02-14 14:06:34 +00:00

This package hosts VM specific Dart code and helper scripts.