| Index: pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart b/pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart
|
| index 67508365e99deeeffecb824415bf2bb9aaaca924..61ab4c5c51da088959902c38aa862d67a5b0bcb5 100644
|
| --- a/pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart
|
| +++ b/pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart
|
| @@ -11,7 +11,7 @@ import 'package:kernel/core_types.dart';
|
|
|
| import '../errors.dart' show internalError;
|
|
|
| -/// Removes from [program] unnecessary libraries, classes, and members.
|
| +/// Removes unnecessary libraries, classes, and members from [program].
|
| ///
|
| /// This applies a simple "tree-shaking" technique: the full body of libraries
|
| /// whose URI match [isIncluded] is preserved, and so is the outline of the
|
|
|