| Index: sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart (revision 27800)
|
| +++ sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart (working copy)
|
| @@ -64,7 +64,6 @@
|
| bool get isUnion => false;
|
| bool get isContainer => false;
|
| bool get isForwarding => false;
|
| - bool get isElement => false;
|
|
|
| // TODO(kasperl): Get rid of these. They should not be a visible
|
| // part of the implementation because they make it hard to add
|
|
|