| 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 e8f9b0e4b066c5273e20f1ec8f8349482d68debc..9401f1a6a52ed166afadc16ec48626094703c90a 100644
|
| --- a/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/checker_test.dart
|
| @@ -2381,7 +2381,7 @@ var fe1 = (int x) => x;
|
| void test_implicitDynamic_type() {
|
| addFile(r'''
|
| class C<T> {}
|
| -class M1<T extends /*error:IMPLICIT_DYNAMIC_TYPE*/List> {}
|
| +class M1<T extends /*error:IMPLICIT_DYNAMIC_TYPE*//*error:NOT_INSTANTIATED_BOUND*/List> {}
|
| class M2<T> {}
|
| class I<T> {}
|
| class D<T, S> extends /*error:IMPLICIT_DYNAMIC_TYPE*/C
|
|
|