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