| Index: pkg/analyzer/test/utils.dart
|
| diff --git a/pkg/analyzer/test/utils.dart b/pkg/analyzer/test/utils.dart
|
| index 5bd96ff48b2fbda3d56036cd6ce5af03a1ddab72..a8ed5e7c5af271a5e792d678da4fb04af9567b3d 100644
|
| --- a/pkg/analyzer/test/utils.dart
|
| +++ b/pkg/analyzer/test/utils.dart
|
| @@ -201,7 +201,9 @@ class TypeAssertions {
|
| // TODO(leafp): Make these matchers.
|
| // https://www.dartdocs.org/documentation/matcher/0.12.0%2B1/matcher/Matcher-class.html
|
|
|
| - /* Provides primitive types for basic type assertions */
|
| + /**
|
| + * Provides primitive types for basic type assertions.
|
| + */
|
| final TypeProvider _typeProvider;
|
|
|
| TypeAssertions(this._typeProvider);
|
|
|