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 8dd0e3b commit cd73f3eCopy full SHA for cd73f3e
test/tall/regression/1600/1645.unit
@@ -0,0 +1,13 @@
1
+>>>
2
+Future<String> fetchUserOrder() => Future.delayed(const Duration(seconds: 2), () => 'Large Latte');
3
+<<<
4
+Future<String> fetchUserOrder() =>
5
+ Future.delayed(const Duration(seconds: 2), () => 'Large Latte');
6
7
8
+ // Imagine that this function is more complex and slow.
9
10
11
12
13
0 commit comments