You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
analyzer: mock SDK: correct declarations in ffi library
* Opaque is unannotated.
* Void is abstract.
* `Pointer.fromFunction` is external.
* `NativeCallable`'s constructors are each factory.
* _Compound and DynamicLibrary are not abstract.
* `DynamicLibraryExtension.lookupFunction`'s optional parameter's
default value must be specified with `=` not `:`.
* Native has no `asset` field, but does have `assetId`.
* `Pointer.addressOf`, DefaultAsset, and Abi have `@Since` annotations.
* There is no class, Asset.
* Abi is not final.
Change-Id: I59b02a2480a1c8932b62026d90e484d476abbe11
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451120
Commit-Queue: Samuel Rawlins <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
0 commit comments