Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
with not will
  • Loading branch information
bparrishMines committed Feb 4, 2025
commit a5fb30e05f4e7d24f693e7d459718fa6c78e8549
2 changes: 1 addition & 1 deletion packages/pigeon/test/pigeon_lib_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ abstract class MyClass {
);
});

test('callback methods will non-null return types must be non-null', () {
test('callback methods with non-null return types must be non-null', () {
const String code = '''
@ProxyApi()
abstract class MyClass {
Expand Down