| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index c21e7e6c8953429165c6232dd17f5cf35308366e..9fb06c563b6c2893336d98d27a9ef6cd9e533403 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -21,6 +21,7 @@ import 'package:analyzer/src/generated/source.dart';
|
| import 'package:analyzer/src/task/model.dart';
|
| import 'package:analyzer/task/model.dart';
|
| import 'package:source_span/source_span.dart';
|
| +import 'package:analyzer/src/dart/element/element.dart';
|
|
|
| /**
|
| * The descriptor used to associate error processors with analysis contexts in
|
| @@ -893,7 +894,7 @@ class CompileTimeErrorCode extends ErrorCode {
|
| * 1: the number of type parameters that were declared
|
| * 2: the number of type arguments provided
|
| *
|
| - * See [CompileTimeErrorCode.NEW_WITH_INVALID_TYPE_PARAMETERS], and
|
| + * See [StaticWarningCode.NEW_WITH_INVALID_TYPE_PARAMETERS], and
|
| * [StaticTypeWarningCode.WRONG_NUMBER_OF_TYPE_ARGUMENTS].
|
| */
|
| static const CompileTimeErrorCode CONST_WITH_INVALID_TYPE_PARAMETERS =
|
|
|