| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index 0e8c98e881b5c6553e3e162eec4d419633d4d4a7..dffd09aab2db94036331fc14f8a58ed075cea094 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -227,6 +227,8 @@ class JavaScriptBackend extends Backend {
|
|
|
| bool get supportsReflection => emitter.emitter.supportsReflection;
|
|
|
| + bool get supportsAsyncAwait => true;
|
| +
|
| final Annotations annotations;
|
|
|
| /// Set of classes that need to be considered for reflection although not
|
|
|