| Index: dart/pkg/compiler/lib/src/universe/universe.dart
|
| diff --git a/dart/pkg/compiler/lib/src/universe/universe.dart b/dart/pkg/compiler/lib/src/universe/universe.dart
|
| index 5b60d70850bb7794a34e229552e257cecbfe88b0..269f261a789f2a3cf4884547301b96ec2004b416 100644
|
| --- a/dart/pkg/compiler/lib/src/universe/universe.dart
|
| +++ b/dart/pkg/compiler/lib/src/universe/universe.dart
|
| @@ -748,6 +748,7 @@ class TypedSelector extends Selector {
|
|
|
| factory TypedSelector(TypeMask mask, Selector selector, World world) {
|
| if (!world.hasClosedWorldAssumption) {
|
| + // TODO(johnniwinther): Improve use of TypedSelector in an open world.
|
| bool isNullable = mask.isNullable;
|
| mask = world.compiler.typesTask.dynamicType;
|
| if (isNullable) {
|
|
|