| Index: pkg/analyzer/lib/src/generated/testing/element_factory.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/testing/element_factory.dart b/pkg/analyzer/lib/src/generated/testing/element_factory.dart
|
| index c1554ed537dc83a3085efdd946978a31916f9ebb..3f26fba8e41d7f2b9e13bd99dd1ab62232fb70b9 100644
|
| --- a/pkg/analyzer/lib/src/generated/testing/element_factory.dart
|
| +++ b/pkg/analyzer/lib/src/generated/testing/element_factory.dart
|
| @@ -46,7 +46,7 @@ class ElementFactory {
|
| return element;
|
| }
|
|
|
| - static ClassElementImpl classElement2(String typeName, List<String> parameterNames) => classElement(typeName, object.type, parameterNames);
|
| + static ClassElementImpl classElement2(String typeName, List<String> parameterNames) => classElement(typeName, objectType, parameterNames);
|
|
|
| static CompilationUnitElementImpl compilationUnit(String fileName) {
|
| Source source = new NonExistingSource(fileName, UriKind.FILE_URI);
|
|
|