| 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 9d1a33523cc5b5146afa8fc69e2fa454f71e3ec1..5e9adf4cc0878bd19f84a5e89165723a3de52885 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -3110,6 +3110,7 @@ class TypePropagationVisitor implements Visitor {
|
| @override
|
| void visitGetIndex(GetIndex node) {
|
| AbstractValue input = getValue(node.object.definition);
|
| + node.objectIsNotNull = input.isDefinitelyNotNull;
|
| setValue(node, nonConstant(typeSystem.elementTypeOfIndexable(input.type)));
|
| }
|
|
|
|
|