Chromium Code Reviews| Index: pkg/fasta/test/await.dart.direct.expect |
| diff --git a/pkg/fasta/test/await.dart.direct.expect b/pkg/fasta/test/await.dart.direct.expect |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5b1be33cefde5d5867d459bcfd51dd38c5c5823f |
| --- /dev/null |
| +++ b/pkg/fasta/test/await.dart.direct.expect |
| @@ -0,0 +1,7 @@ |
| +library; |
| +import self as self; |
| +import "dart:core" as core; |
| + |
| +static method main() → dynamic async { |
| + core::print(await "Hello, World!"); |
| +} |