| 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 f09879ab20914fcddc018b49ab112a750cde9c09..2b94d1151ee33906d6c3a385e02d9a1e1c7c1b2d 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/resolution/members.dart
|
| @@ -3949,8 +3949,7 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
| identical(type.element, compiler.intClass) ||
|
| identical(type.element, compiler.doubleClass) ||
|
| identical(type.element, compiler.stringClass) ||
|
| - identical(type.element, compiler.nullClass) ||
|
| - identical(type.element, compiler.functionClass));
|
| + identical(type.element, compiler.nullClass));
|
| }
|
| }
|
|
|
|
|