Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart

Issue 2934133002: Change to accommade Angular plugin and finalize removal of dependency to analysis_server (Closed)
Patch Set: Feedback changes Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart
diff --git a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart
index d86c2faf0646b8717b88309502936896d53be929..4f68255a4139cf337576abe23d1c0af8db6fbdf4 100644
--- a/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart
+++ b/pkg/analyzer_plugin/lib/src/utilities/completion/completion_core.dart
@@ -65,6 +65,12 @@ class CompletionCollectorImpl implements CompletionCollector {
void addSuggestion(CompletionSuggestion suggestion) {
suggestions.add(suggestion);
}
+
+ @override
+ bool get offsetIsSet => offset != null;
+
+ @override
+ int get suggestionsLength => suggestions.length;
}
/**
« no previous file with comments | « no previous file | pkg/analyzer_plugin/lib/src/utilities/completion/replacement_range.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698