| Index: pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
|
| index 79f5448aa6e0b420db119f319e01643ffd1452b8..a7de395208940b47330fac842ca5d4c38ad6b690 100644
|
| --- a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
|
| +++ b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
|
| @@ -12,8 +12,8 @@ import 'package:analyzer/src/generated/resolver.dart';
|
| import 'package:analyzer/src/generated/testing/element_factory.dart';
|
|
|
| /**
|
| - * Instances of the class `TestTypeProvider` implement a type provider that can be used by
|
| - * tests without creating the element model for the core library.
|
| + * A type provider that can be used by tests without creating the element model
|
| + * for the core library.
|
| */
|
| class TestTypeProvider implements TypeProvider {
|
| /**
|
| @@ -442,8 +442,8 @@ class TestTypeProvider implements TypeProvider {
|
| }
|
|
|
| /**
|
| - * Initialize the numeric types. They are created as a group so that we can (a) create the right
|
| - * hierarchy and (b) add members to them.
|
| + * Initialize the numeric types. They are created as a group so that we can
|
| + * (a) create the right hierarchy and (b) add members to them.
|
| */
|
| void _initializeNumericTypes() {
|
| //
|
| @@ -555,10 +555,9 @@ class TestTypeProvider implements TypeProvider {
|
| }
|
|
|
| /**
|
| - * Given a class element representing a class with type parameters, propagate those type
|
| - * parameters to all of the accessors, methods and constructors defined for the class.
|
| - *
|
| - * @param classElement the element representing the class with type parameters
|
| + * Given a [classElement] representing a class with type parameters, propagate
|
| + * those type parameters to all of the accessors, methods and constructors
|
| + * defined for the class.
|
| */
|
| void _propagateTypeArguments(ClassElementImpl classElement) {
|
| List<DartType> typeArguments =
|
|
|