| Index: pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart
|
| index 350221fecc7fe99a88590c7dc67f1d2100434173..8915a655cc5c429bebb41f67b69d66f512476203 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/type_member_contributor.dart
|
| @@ -33,7 +33,7 @@ class TypeMemberContributor extends DartCompletionContributor {
|
|
|
| // Resolve the expression and the containing library
|
| await request.resolveExpression(parsedExpression);
|
| - LibraryElement containingLibrary = await request.libraryElement;
|
| + LibraryElement containingLibrary = request.libraryElement;
|
| // Gracefully degrade if the library element could not be resolved
|
| // e.g. detached part file or source change
|
| if (containingLibrary == null) {
|
|
|