| Index: pkg/compiler/lib/src/dart_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/backend.dart b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| index 350118234dee958c63288bf142e2ff9adbd2307f..037f1ea17b9a2ed610393ad2f9ad03b9c0c21d18 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/backend.dart
|
| @@ -20,6 +20,8 @@ class DartBackend extends Backend {
|
|
|
| bool get supportsReflection => true;
|
|
|
| + bool get supportsAsyncAwait => true;
|
| +
|
| // TODO(zarah) Maybe change this to a command-line option.
|
| // Right now, it is set by the tests.
|
| bool useMirrorHelperLibrary = false;
|
|
|