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

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

Issue 1140903002: Handle constant constructors with parse errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 5 years, 7 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: pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart b/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
index 7f5b884f315fa3a0aaab8f74beb84d294b915712..0a4a9e48d455a2f5a621d6b843753945e66bc5bd 100644
--- a/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
+++ b/pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart
@@ -243,7 +243,7 @@ abstract class ErrorBulkMixin<R, A>
R errorNonConstantConstructorInvoke(
NewExpression node,
Element element,
- InterfaceType type,
+ DartType type,
NodeList arguments,
CallStructure callStructure,
A arg) {
@@ -4982,7 +4982,7 @@ class TraversalSendMixin<R, A> implements SemanticSendVisitor<R, A> {
R errorNonConstantConstructorInvoke(
NewExpression node,
Element element,
- InterfaceType type,
+ DartType type,
NodeList arguments,
CallStructure callStructure,
A arg) {
« no previous file with comments | « pkg/compiler/lib/src/resolution/semantic_visitor.dart ('k') | pkg/compiler/lib/src/resolution/send_resolver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698