| Index: pkg/analyzer/test/src/task/strong/checker_test.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong/checker_test.dart b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| index a1170ef89c78c06f4e35dec9b6aff2a07721aa80..ade9812e2c23c789009e0f12cee110bc2888a560 100644
|
| --- a/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| @@ -247,7 +247,7 @@ void main() {
|
| class B extends A {
|
| B() : super(/*severe:STATIC_TYPE_ERROR*/"hello");
|
|
|
| - B.c2(int x, String y) : super.c2(/*severe:STATIC_TYPE_ERROR*/y,
|
| + B.c2(int x, String y) : super.c2(/*severe:STATIC_TYPE_ERROR*/y,
|
| /*severe:STATIC_TYPE_ERROR*/x);
|
|
|
| B.c3(num x, Object y) : super.c3(x, /*info:DOWN_CAST_IMPLICIT*/y);
|
|
|