| Index: pkg/analyzer_experimental/test/generated/element_test.dart
|
| diff --git a/pkg/analyzer_experimental/test/generated/element_test.dart b/pkg/analyzer_experimental/test/generated/element_test.dart
|
| index 048e50775c4f5c19fb71777a862fccf5a13cfabf..0b80ebcd00303189d6535ad350025a99367da403 100644
|
| --- a/pkg/analyzer_experimental/test/generated/element_test.dart
|
| +++ b/pkg/analyzer_experimental/test/generated/element_test.dart
|
| @@ -2497,7 +2497,7 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| }
|
| void test_isSubtypeOf_baseCase_classFunction() {
|
| ClassElementImpl functionElement = ElementFactory.classElement2("Function", []);
|
| - InterfaceTypeImpl functionType = new InterfaceTypeImpl_22(functionElement);
|
| + InterfaceTypeImpl functionType = new InterfaceTypeImpl_24(functionElement);
|
| FunctionType f = ElementFactory.functionElement("f").type;
|
| JUnitTestCase.assertTrue(f.isSubtypeOf(functionType));
|
| }
|
| @@ -2961,8 +2961,8 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| });
|
| }
|
| }
|
| -class InterfaceTypeImpl_22 extends InterfaceTypeImpl {
|
| - InterfaceTypeImpl_22(ClassElement arg0) : super.con1(arg0);
|
| +class InterfaceTypeImpl_24 extends InterfaceTypeImpl {
|
| + InterfaceTypeImpl_24(ClassElement arg0) : super.con1(arg0);
|
| bool get isDartCoreFunction => true;
|
| }
|
| main() {
|
|
|