Index: pkg/front_end/test/fasta/inference/list_upwards_local.dart.direct.expect |
diff --git a/pkg/front_end/test/fasta/inference/list_upwards_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/list_upwards_local.dart.direct.expect |
new file mode 100644 |
index 0000000000000000000000000000000000000000..978a90a18631915fd0faae4d848650e746effcca |
--- /dev/null |
+++ b/pkg/front_end/test/fasta/inference/list_upwards_local.dart.direct.expect |
@@ -0,0 +1,7 @@ |
+library; |
+import self as self; |
+import "dart:core" as core; |
+ |
+static method main() → dynamic { |
+ core::List<core::int> x = <core::int>[1]; |
+} |