Index: pkg/analyzer/lib/src/error/codes.dart |
diff --git a/pkg/analyzer/lib/src/error/codes.dart b/pkg/analyzer/lib/src/error/codes.dart |
index 41cf63aa61cd6a61e5884e0dd61f60feb00ca712..186316b0db8691ddaf291d752f285c6147ab7fee 100644 |
--- a/pkg/analyzer/lib/src/error/codes.dart |
+++ b/pkg/analyzer/lib/src/error/codes.dart |
@@ -4731,7 +4731,7 @@ class StrongModeCode extends ErrorCode { |
static const StrongModeCode COULD_NOT_INFER = const StrongModeCode( |
ErrorType.COMPILE_TIME_ERROR, |
'COULD_NOT_INFER', |
- "Couldn't infer type parameter '{0}'; '{1}' must be of type '{2}'."); |
+ "Couldn't infer type parameter '{0}'.{1}"); |
static const StrongModeCode INFERRED_TYPE = const StrongModeCode( |
ErrorType.HINT, 'INFERRED_TYPE', _inferredTypeMessage); |