| Index: pkg/analyzer/test/generated/static_warning_code_test.dart
|
| diff --git a/pkg/analyzer/test/generated/static_warning_code_test.dart b/pkg/analyzer/test/generated/static_warning_code_test.dart
|
| index ae8bdca538cf019fdc036ac51640a60b3b655952..1fc56f4e0828d3ede8be48c2418337911c737159 100644
|
| --- a/pkg/analyzer/test/generated/static_warning_code_test.dart
|
| +++ b/pkg/analyzer/test/generated/static_warning_code_test.dart
|
| @@ -3374,7 +3374,6 @@ a.A v;'''
|
| }
|
|
|
| void test_typeAnnotationGenericFunctionParameter_localFunction() {
|
| - resetWithOptions(new AnalysisOptionsImpl()..enableGenericMethods = true);
|
| Source source = addSource(r'''
|
| class A {
|
| void method() {
|
| @@ -3390,7 +3389,6 @@ class A {
|
| }
|
|
|
| void test_typeAnnotationGenericFunctionParameter_method() {
|
| - resetWithOptions(new AnalysisOptionsImpl()..enableGenericMethods = true);
|
| Source source = addSource(r'''
|
| class A {
|
| T method<T>(Object t) {
|
| @@ -3404,7 +3402,6 @@ class A {
|
| }
|
|
|
| void test_typeAnnotationGenericFunctionParameter_topLevelFunction() {
|
| - resetWithOptions(new AnalysisOptionsImpl()..enableGenericMethods = true);
|
| Source source = addSource(r'''
|
| T function<T>(Object t) {
|
| return (t is T) ? t : null;
|
|
|