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

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

Issue 2934333002: More dart2js strong mode cleanup. (Closed)
Patch Set: Restore ignore for non-strong mode. Created 3 years, 6 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.dart
diff --git a/pkg/compiler/lib/src/resolution/semantic_visitor.dart b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
index 3c837fe91069701fc45d5e2b4ad044ba35d96a22..98ead8492ba7d8bb51fbb2db5c76bd66c95aa879 100644
--- a/pkg/compiler/lib/src/resolution/semantic_visitor.dart
+++ b/pkg/compiler/lib/src/resolution/semantic_visitor.dart
@@ -3966,8 +3966,13 @@ abstract class SemanticSendVisitor<R, A> {
///
// TODO(johnniwinther): Change [type] to [MalformedType] when is it not
// `dynamic`.
- R visitUnresolvedClassConstructorInvoke(NewExpression node, Element element,
- ResolutionDartType type, NodeList arguments, Selector selector, A arg);
+ R visitUnresolvedClassConstructorInvoke(
+ NewExpression node,
+ ErroneousElement element,
+ ResolutionDartType type,
+ NodeList arguments,
+ Selector selector,
+ A arg);
/// Constant invocation of a non-constant constructor.
///
« no previous file with comments | « pkg/compiler/lib/src/resolution/resolution_strategy.dart ('k') | pkg/compiler/lib/src/resolution/semantic_visitor_mixins.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698