Chromium Code Reviews| Index: pkg/fasta/test/for_in_scope.dart.direct.expect |
| diff --git a/pkg/fasta/test/for_in_scope.dart.direct.expect b/pkg/fasta/test/for_in_scope.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..624010cf9dce1fd0e1d481e978e1b5c381836274 |
| --- /dev/null |
| +++ b/pkg/fasta/test/for_in_scope.dart.direct.expect |
| @@ -0,0 +1,9 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main(core::List<core::String> arguments) → dynamic { |
| + for (core::String arguments in arguments) { |
| + core::print(arguments); |
| + } |
| +} |