| Index: sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart b/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| index 54a5a689d74e93f9628310f826ba4798ee620611..92099de3ca075b4391699b1ddd6f72b1d9c7087e 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart
|
| @@ -1183,7 +1183,7 @@ class ConcreteTypesInferrer extends TypesInferrer {
|
| compiler.listClass.lookupConstructor(
|
| new Selector.callConstructor(const SourceString(''),
|
| compiler.listClass.getLibrary()));
|
| - nullTypeMask = new TypeMask.exact(compiler.nullClass.computeType(compiler));
|
| + nullTypeMask = new TypeMask.empty();
|
| }
|
|
|
| /**
|
|
|