Index: pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart |
diff --git a/pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart b/pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b5ad4d4df6a9adf2515fdadb0b1086f45f7a9680 |
--- /dev/null |
+++ b/pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart |
@@ -0,0 +1,3 @@ |
+main() { |
+ var x = <num>[1]; |
+} |