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

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

Issue 1069833002: Use analyzer 0.24.3: now that our changes are integrated into analyzer, we can (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 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 | pubspec.yaml » ('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 d3b3725b051970dcb556851030137793a54564e9..19d1a4e09d2b79ad345ce13eb359d6f9ef701a3b 100644
--- a/lib/src/codegen/reify_coercions.dart
+++ b/lib/src/codegen/reify_coercions.dart
@@ -601,7 +601,6 @@ class TypeManager {
assert(false);
}
if (type is VoidType) return;
- assert(type is! UnionType);
Siggi Cherem (dart-lang) 2015/04/08 20:58:55 UnionType was deleted in 0.24.3
print(type.toString());
assert(false);
}
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698