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 6b63ce00d054f5bedfa592fd0f7d2f36e4b753e9..51125e71526ede48d7d8b9c3389fa363448db05b 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 |
@@ -2729,7 +2729,7 @@ main() {new ^ String x = "hello";}'''); |
// in which case suggestions will have null (unresolved) returnType |
assertSuggestTopLevelVar('T1', null); |
assertSuggestFunction('F1', null); |
- assertSuggestFunctionTypeAlias('D1', 'null'); |
+ assertSuggestFunctionTypeAlias('D1', 'dynamic'); |
assertSuggestClass('C1'); |
assertNotSuggested('T2'); |
assertNotSuggested('F2'); |