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 47dd0e433efea1129585d09708fd6b9d28990bc8..6a9bc04f4b00107400c95699fa2e10f5536db975 100644 |
--- a/pkg/analyzer/lib/src/generated/error.dart |
+++ b/pkg/analyzer/lib/src/generated/error.dart |
@@ -5452,7 +5452,7 @@ class StaticWarningCode extends ErrorCode { |
*/ |
static const StaticWarningCode TYPE_PARAMETER_REFERENCED_BY_STATIC = |
const StaticWarningCode('TYPE_PARAMETER_REFERENCED_BY_STATIC', |
- "Static members cannot reference type parameters"); |
+ "Static members cannot reference type parameters of the class"); |
/** |
* 12.16.3 Static Invocation: A static method invocation <i>i</i> has the form |