| 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 4625b78a139900ffd369b2604b0cb192185c7932..74d883d0f021cf68c60fdd1b7434cff8baacc8e2 100644
|
| --- a/pkg/analyzer_experimental/test/generated/element_test.dart
|
| +++ b/pkg/analyzer_experimental/test/generated/element_test.dart
|
| @@ -2236,7 +2236,7 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| }
|
| void test_isSubtypeOf_baseCase_classFunction() {
|
| ClassElementImpl functionElement = ElementFactory.classElement2("Function", []);
|
| - InterfaceTypeImpl functionType = new InterfaceTypeImpl_18(functionElement);
|
| + InterfaceTypeImpl functionType = new InterfaceTypeImpl_19(functionElement);
|
| FunctionType f = ElementFactory.functionElement("f").type;
|
| JUnitTestCase.assertTrue(f.isSubtypeOf(functionType));
|
| }
|
| @@ -2730,8 +2730,8 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| });
|
| }
|
| }
|
| -class InterfaceTypeImpl_18 extends InterfaceTypeImpl {
|
| - InterfaceTypeImpl_18(ClassElement arg0) : super.con1(arg0);
|
| +class InterfaceTypeImpl_19 extends InterfaceTypeImpl {
|
| + InterfaceTypeImpl_19(ClassElement arg0) : super.con1(arg0);
|
| bool get isDartCoreFunction => true;
|
| }
|
| main() {
|
|
|