| Index: sdk/lib/_internal/compiler/implementation/closure.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/closure.dart (revision 27592)
|
| +++ sdk/lib/_internal/compiler/implementation/closure.dart (working copy)
|
| @@ -536,9 +536,6 @@
|
| } else if (node.isTypeCast) {
|
| DartType type = elements.getType(node.arguments.head);
|
| analyzeType(type);
|
| - } else if (element == compiler.assertMethod
|
| - && !compiler.enableUserAssertions) {
|
| - return;
|
| }
|
| node.visitChildren(this);
|
| }
|
|
|