Chromium Code Reviews| 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); |
| } |