2c0ba56ea1
Optional arguments (positional and named) in @FfiNative annotations are not meaningful, and should result in a compile-time error. TEST=tests/ffi/ffi_native_test.dart Bug: https://github.com/dart-lang/sdk/issues/47169 Change-Id: I8896e6a43f9399b537e6ee7c7a0e2857a370203f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/232622 Reviewed-by: Daco Harkes <dacoharkes@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Commit-Queue: Clement Skau <cskau@google.com>
FE/analyzer shared code
This package contains logic that is shared between the front_end and analyzer packages. It is intended solely to facilitate development of the Dart SDK, and is not intended for use by end users. In particular, this package has no public API, so no guarantee is made of compatibility between one version of the package and the next.
End users should consider using the analyzer package to analyze Dart source code.