We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fa913 commit 650eed5Copy full SHA for 650eed5
test/model/autocomplete_test.dart
@@ -30,7 +30,7 @@ typedef MarkedTextParse = ({int? expectedSyntaxStart, TextEditingValue value});
30
final zulipLocalizations = GlobalLocalizations.zulipLocalizations;
31
32
void main() {
33
- ({int? expectedSyntaxStart, TextEditingValue value}) parseMarkedText(String markedText) {
+ MarkedTextParse parseMarkedText(String markedText) {
34
final TextSelection selection;
35
int? expectedSyntaxStart;
36
final textBuffer = StringBuffer();
0 commit comments