s/ResolveUnit/ResolvedUnitResult in wrapper class
diff --git a/angular_analyzer_plugin/lib/src/completion.dart b/angular_analyzer_plugin/lib/src/completion.dart index 124700a..69563db 100644 --- a/angular_analyzer_plugin/lib/src/completion.dart +++ b/angular_analyzer_plugin/lib/src/completion.dart
@@ -1185,9 +1185,9 @@ } } -/// Used to create a shell [ResolveResult] class for usage in +/// Used to create a shell [ResolvedUnitResult] class for usage in /// [TypeMemberContributor] and [InheritedReferenceContributor]. -class _ResolveResultShell implements ResolveResult { +class _ResolveResultShell implements ResolvedUnitResult { @override LibraryElement libraryElement;