| Index: pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_common.dart b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| index a5079c0c2fea54126457400166a78fb07bcdf7ad..9c4ef7ba23db0d8657f01e20494c09979000f492 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_common.dart
|
| @@ -4679,6 +4679,15 @@ int V = 0;
|
| allowErrors: true);
|
| }
|
|
|
| + test_type_invalid_topLevelVariableElement_asTypeArgument() {
|
| + checkLibrary(
|
| + '''
|
| +var V;
|
| +static List<V> V2;
|
| +''',
|
| + allowErrors: true);
|
| + }
|
| +
|
| test_type_invalid_typeParameter_asPrefix() {
|
| checkLibrary(
|
| '''
|
|
|