Chromium Code Reviews| Index: pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect |
| diff --git a/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9c6a403307d5b2ca649cb894e327f28a29dc9ece |
| --- /dev/null |
| +++ b/pkg/front_end/test/fasta/inference/int_upwards_local.dart.direct.expect |
| @@ -0,0 +1,7 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic { |
| + core::int x = 1; |
| +} |