You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/analyzer/test/src/task/strong/inferred_type_test.dart
+1-28
Original file line number
Diff line number
Diff line change
@@ -723,7 +723,7 @@ class Foo {
723
723
}
724
724
void f([List<int> l = /*info:INFERRED_TYPE_LITERAL*/const [1]]) {}
725
725
// We do this inference in an early task but don't preserve the infos.
726
-
Function2<List<int>, String> g = /*pass should be info:INFERRED_TYPE_CLOSURE*/([/*info:INFERRED_TYPE*/llll = /*info:INFERRED_TYPE_LITERAL*/const [1]]) => "hello";
726
+
Function2<List<int>, String> g = /*pass should be info:INFERRED_TYPE_CLOSURE*/([llll = /*info:INFERRED_TYPE_LITERAL*/const [1]]) => "hello";
0 commit comments