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