| Index: pkg/compiler/lib/src/universe/use.dart
|
| diff --git a/pkg/compiler/lib/src/universe/use.dart b/pkg/compiler/lib/src/universe/use.dart
|
| index 08f1c0545af0b97a4a4b7692bb7b32f37ce8cf40..4c82f6c71904d7002c7f528e494c38b8091f5b7b 100644
|
| --- a/pkg/compiler/lib/src/universe/use.dart
|
| +++ b/pkg/compiler/lib/src/universe/use.dart
|
| @@ -87,7 +87,7 @@ enum StaticUseKind {
|
| INLINING,
|
| }
|
|
|
| -/// Statically known use of an [Element].
|
| +/// Statically known use of an [Entity].
|
| // TODO(johnniwinther): Create backend-specific implementations with better
|
| // invariants.
|
| class StaticUse {
|
|
|