| Index: pkg/compiler/lib/src/types/union_type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/union_type_mask.dart b/pkg/compiler/lib/src/types/union_type_mask.dart
|
| index 5a191db5874dc7625f3632226346ffa4b5d16720..0f96e10c4f1814aed5874c441152032fd06010ae 100644
|
| --- a/pkg/compiler/lib/src/types/union_type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/union_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;
|
|
|
| class UnionTypeMask implements TypeMask {
|
| final Iterable<FlatTypeMask> disjointMasks;
|
|
|