| 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 36195102abc6319462c27cc7ad54a8fc5f29b4bf..2674d108c184e63b6b00341f7e5a5def7086a058 100644
|
| --- a/pkg/analyzer_experimental/test/generated/element_test.dart
|
| +++ b/pkg/analyzer_experimental/test/generated/element_test.dart
|
| @@ -2382,7 +2382,7 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| }
|
| void test_isSubtypeOf_baseCase_classFunction() {
|
| ClassElementImpl functionElement = ElementFactory.classElement2("Function", []);
|
| - InterfaceTypeImpl functionType = new InterfaceTypeImpl_21(functionElement);
|
| + InterfaceTypeImpl functionType = new InterfaceTypeImpl_25(functionElement);
|
| FunctionType f = ElementFactory.functionElement("f").type;
|
| JUnitTestCase.assertTrue(f.isSubtypeOf(functionType));
|
| }
|
| @@ -2846,8 +2846,8 @@ class FunctionTypeImplTest extends EngineTestCase {
|
| });
|
| }
|
| }
|
| -class InterfaceTypeImpl_21 extends InterfaceTypeImpl {
|
| - InterfaceTypeImpl_21(ClassElement arg0) : super.con1(arg0);
|
| +class InterfaceTypeImpl_25 extends InterfaceTypeImpl {
|
| + InterfaceTypeImpl_25(ClassElement arg0) : super.con1(arg0);
|
| bool get isDartCoreFunction => true;
|
| }
|
| main() {
|
|
|