Chromium Code Reviews| Index: pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart.direct.expect |
| diff --git a/pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart.direct.expect b/pkg/front_end/test/fasta/inference/list_explicit_upwards_local.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4c0f0e467c189a3758b68304cd2a00efa3036434 |
| --- /dev/null |
| +++ b/pkg/front_end/test/fasta/inference/list_explicit_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::num> x = <core::num>[1]; |
| +} |