| Index: pkg/compiler/lib/src/types/container_type_mask.dart
|
| diff --git a/pkg/compiler/lib/src/types/container_type_mask.dart b/pkg/compiler/lib/src/types/container_type_mask.dart
|
| index 6a6ad806bb987ab509da5fba925e1db8f0a55f3e..acde3b2b13c8e32956c7758652de1b49f0bf7849 100644
|
| --- a/pkg/compiler/lib/src/types/container_type_mask.dart
|
| +++ b/pkg/compiler/lib/src/types/container_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;
|
|
|
| /// A [ContainerTypeMask] is a [TypeMask] for a specific allocation
|
| /// site of a container (currently only List) that will get specialized
|
|
|