| Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| index 615b4c44f0d1e369ca9844b8650da20fe6b9debc..0f9911b3975ff9892aca32d56bcf299bdd4d1d98 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -221,7 +221,7 @@ class ConstantPropagationLattice {
|
| ///
|
| /// [AbstractBool.Nothing] is returned if [value] is nothing.
|
| ///
|
| - /// If [allowNull] is true, `null` is considered to an instance of anything,
|
| + /// If [allowNull] is true, `null` is considered an instance of anything,
|
| /// otherwise it is only considered an instance of [Object], [dynamic], and
|
| /// [Null].
|
| AbstractBool isSubtypeOf(AbstractValue value,
|
|
|