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

Unified Diff: dart/pkg/compiler/lib/src/resolution/resolution.dart

Issue 845183004: Use synthetic elements to recover from errors in signatures.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42768. Created 5 years, 11 months 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: dart/pkg/compiler/lib/src/resolution/resolution.dart
diff --git a/dart/pkg/compiler/lib/src/resolution/resolution.dart b/dart/pkg/compiler/lib/src/resolution/resolution.dart
index e54c371b4cd4e735545fd1d85c4e0b2c7e8fe070..3489fbdeac6e92be63a784c4b1c7bf9dce343ad2 100644
--- a/dart/pkg/compiler/lib/src/resolution/resolution.dart
+++ b/dart/pkg/compiler/lib/src/resolution/resolution.dart
@@ -22,6 +22,7 @@ import '../elements/modelx.dart' show
ErroneousConstructorElementX,
ErroneousElementX,
ErroneousFieldElementX,
+ ErroneousInitializingFormalElementX,
FieldElementX,
FormalElementX,
FunctionElementX,

Powered by Google App Engine
This is Rietveld 408576698