| Index: sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/resolution/members.dart b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| index b39441181dbaa2a1b0f3a4305f161f9603c53e03..b3734a352b2e9bae8be8684df20f6f0d7a8ccf03 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -2608,7 +2608,6 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
| LibraryElement lib = element.getLibrary();
|
| return
|
| !identical(lib, compiler.coreLibrary) &&
|
| - !identical(lib, compiler.coreImplLibrary) &&
|
| !identical(lib, compiler.jsHelperLibrary) &&
|
| (identical(type.element, compiler.dynamicClass) ||
|
| identical(type.element, compiler.boolClass) ||
|
|
|