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

Unified Diff: lib/src/codegen/reify_coercions.dart

Issue 1059873002: Tweaks to warning level and reporting (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fix up tests Created 5 years, 9 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
« no previous file with comments | « no previous file | lib/src/info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/codegen/reify_coercions.dart
diff --git a/lib/src/codegen/reify_coercions.dart b/lib/src/codegen/reify_coercions.dart
index ce20aeceab08fc439a4af90cef99087ee2bdbd69..d3b3725b051970dcb556851030137793a54564e9 100644
--- a/lib/src/codegen/reify_coercions.dart
+++ b/lib/src/codegen/reify_coercions.dart
@@ -129,7 +129,7 @@ class UnitCoercionReifier extends analyzer.GeneralizingAstVisitor<Object>
if (node is ClosureWrap) return "Wrap";
if (node is DynamicCast) return "DynamicCast";
if (node is AssignmentCast) return "AssignmentCast";
- if (node is InferableClosure) return "InferableClosure";
+ if (node is UninferredClosure) return "InferableClosure";
if (node is DownCastComposite) return "CompositeCast";
if (node is DownCastImplicit) return "ImplicitCast";
assert(false);
« no previous file with comments | « no previous file | lib/src/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698