Commit d5ee1ef
committed
autocomplete [nfc]: Add [MentionAutocompleteView.query] getter
When adding this, I got a diagnostic error
`getter_not_subtype_setter_types`:
https://dart.dev/tools/diagnostic-messages#getter_not_subtype_setter_types
Shrug; I guess it's fine to adjust the setter param's type to the
higher type, with code to handle the difference. Discussion:
zulip#241 (comment)1 parent d0f4cc3 commit d5ee1ef
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | | - | |
| 197 | + | |
197 | 198 | | |
198 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments