We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeae0e commit 8922198Copy full SHA for 8922198
pkg/analyzer/lib/src/task/strong/info.dart
@@ -170,7 +170,7 @@ class DownCastComposite extends DownCast {
170
@override
171
String get name => 'STRONG_MODE_DOWN_CAST_COMPOSITE';
172
173
- toErrorCode() => new StaticTypeWarningCode(name, message);
+ toErrorCode() => new StaticWarningCode(name, message);
174
}
175
176
/// A down cast to a non-ground type. These behave differently from standard
0 commit comments