| Index: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| index 2466ef4e22e6bc412b415a7ae3a7ef0f8c9ac5f9..4c81fff8a6ea862cd261d71bb675f8b72be5c221 100644
|
| --- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
|
| @@ -656,7 +656,7 @@ class B extends A {
|
| assertNotSuggested('G');
|
| //assertSuggestClass('H', COMPLETION_RELEVANCE_LOW);
|
| assertSuggestClass('Object');
|
| - assertSuggestFunction('min', 'num');
|
| + assertSuggestFunction('min', 'T');
|
| //assertSuggestFunction(
|
| // 'max',
|
| // 'num',
|
|
|