| Index: pkg/analysis_server/test/services/completion/local_reference_contributor_test.dart
|
| diff --git a/pkg/analysis_server/test/services/completion/local_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/local_reference_contributor_test.dart
|
| index 2a537edb54f677e52bd35774673a7a2e4d18af0d..cb29f9782f8b7bc06454e9b3d3d8e53fc80b2e20 100644
|
| --- a/pkg/analysis_server/test/services/completion/local_reference_contributor_test.dart
|
| +++ b/pkg/analysis_server/test/services/completion/local_reference_contributor_test.dart
|
| @@ -25,8 +25,10 @@ class LocalReferenceContributorTest extends AbstractSelectorSuggestionTest {
|
| @override
|
| CompletionSuggestion assertSuggestLocalClass(String name,
|
| {CompletionSuggestionKind kind: CompletionSuggestionKind.INVOCATION,
|
| - int relevance: DART_RELEVANCE_DEFAULT, bool isDeprecated: false,
|
| - String elemFile, int elemOffset}) {
|
| + int relevance: DART_RELEVANCE_DEFAULT,
|
| + bool isDeprecated: false,
|
| + String elemFile,
|
| + int elemOffset}) {
|
| return assertSuggestClass(name,
|
| elemFile: elemFile,
|
| elemOffset: elemOffset,
|
|
|