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

Unified Diff: dart/pkg/compiler/lib/src/elements/modelx.dart

Issue 828413004: Don’t exit prematurely if compilation failed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/elements/modelx.dart
diff --git a/dart/pkg/compiler/lib/src/elements/modelx.dart b/dart/pkg/compiler/lib/src/elements/modelx.dart
index cdef6eac4ebf29ad19114e7ffc2f108aad6fd542..7c18aaaa4d648f5d94b20b64bca2cd8d909da20f 100644
--- a/dart/pkg/compiler/lib/src/elements/modelx.dart
+++ b/dart/pkg/compiler/lib/src/elements/modelx.dart
@@ -513,6 +513,8 @@ abstract class AmbiguousElementX extends ElementX implements AmbiguousElement {
accept(ElementVisitor visitor) => visitor.visitAmbiguousElement(this);
bool get isTopLevel => false;
+
+ DynamicType get type => const DynamicType();
}
/// Element synthesized to diagnose an ambiguous import.

Powered by Google App Engine
This is Rietveld 408576698