Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2570)

Unified Diff: sdk/lib/_internal/compiler/implementation/resolution/resolution.dart

Issue 675113002: Support async/await in the dart2js frontend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
diff --git a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
index bafa0b9b672bc4bcf0070b5c2ef750b93aa49f66..217b3eb080ba598bcbd90710da6c29760be534f9 100644
--- a/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
+++ b/sdk/lib/_internal/compiler/implementation/resolution/resolution.dart
@@ -15,6 +15,7 @@ import '../tree/tree.dart';
import '../elements/elements.dart';
import '../elements/modelx.dart'
show BaseClassElementX,
+ BaseFunctionElementX,
ConstructorElementX,
ErroneousElementX,
FieldElementX,

Powered by Google App Engine
This is Rietveld 408576698