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 557102d6db24ac76dbd615f1fc9a5772323b7365..ebac46ba63cf0493ad0056769ced1aa2f54c5466 100644 |
--- a/pkg/compiler/lib/src/js_backend/backend.dart |
+++ b/pkg/compiler/lib/src/js_backend/backend.dart |
@@ -232,8 +232,6 @@ 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 |