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 cbae71286b2011c603c27cd6c4d8b2aa968c2841..5eeb89bd2645fcd1ed71f9da24255624c4981f7f 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 |