| Index: pkg/compiler/lib/src/types/type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/type_mask.dart b/pkg/compiler/lib/src/types/type_mask.dart
|
| index d444afe1245b34ffbad56f3225fa5bb59a30e308..698d87ec698893a5a205eee8d0c2a7a8f18b8429 100644
|
| --- a/pkg/compiler/lib/src/types/type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/type_mask.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of types;
|
| +part of masks;
|
|
|
| /// An implementation of a [UniverseSelectorConstraints] that is consists if an only
|
| /// increasing set of [TypeMask]s, that is, once a mask is added it cannot be
|
|
|