Commit e0b4ae3
committed
Annotate MyDecoder.add in web example to satisfy type_annotate_public_apis
dart analyze flagged the public override `add(obj)` in the web example for
a missing type annotation. Annotate it as `dynamic add(dynamic obj)` to
match the base Decoder.add signature, leaving `dart analyze` clean.1 parent 8d716f4 commit e0b4ae3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments