| commit | 63be911c8877f24b47ba1d2cb80f26336b47a21b | [log] [tgz] |
|---|---|---|
| author | Michael Goderbauer <goderbauer@google.com> | Mon Oct 13 14:16:04 2025 +0200 |
| committer | GitHub <noreply@github.com> | Mon Oct 13 14:16:04 2025 +0200 |
| tree | d61e39964c16bbfc427e6dfce147a25ce065cad2 | |
| parent | 5f68398758fab2d02214b725b5a690e2acfacf58 [diff] |
Update generated_bindings.dart
diff --git a/pkgs/ffigen/example/ffinative/lib/generated_bindings.dart b/pkgs/ffigen/example/ffinative/lib/generated_bindings.dart index 02248c8..ed2deeb 100644 --- a/pkgs/ffigen/example/ffinative/lib/generated_bindings.dart +++ b/pkgs/ffigen/example/ffinative/lib/generated_bindings.dart
@@ -15,8 +15,7 @@ import '' as self; /// Adds 2 integers. dsfgsdfg -@ffi.Native<ffi.Int Function(ffi.Int, - ffi.Int)>() +@ffi.Native<ffi.Int Function(ffi.Int, ffi.Int)>() external int sum(int a, int b); /// Subtracts 2 integers.