| Index: sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart (revision 24023)
|
| +++ sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart (working copy)
|
| @@ -63,6 +63,7 @@
|
| bool get isExact => (flags >> 1) == EXACT;
|
| bool get isNullable => (flags & 1) != 0;
|
| bool get isUnion => false;
|
| + bool get isContainer => false;
|
|
|
| // TODO(kasperl): Get rid of these. They should not be a visible
|
| // part of the implementation because they make it hard to add
|
|
|