| Index: sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart (revision 27800)
|
| +++ sdk/lib/_internal/compiler/implementation/types/union_type_mask.dart (working copy)
|
| @@ -199,7 +199,6 @@
|
| bool get isUnion => true;
|
| bool get isContainer => false;
|
| bool get isForwarding => false;
|
| - bool get isElement => false;
|
|
|
| bool containsOnlyInt(Compiler compiler) => false;
|
| bool containsOnlyDouble(Compiler compiler) => false;
|
|
|