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

Unified Diff: pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart

Issue 2565633002: Reorganize InheritedRefenenceContributor to serve angular completion (Closed)
Patch Set: Created 4 years 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
Index: pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart
diff --git a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart
index bec47b407f53bb8b4fbe6f284febdab50be6b5ac..82780884f189975299573cb68c839367ba241f5d 100644
--- a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart
+++ b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_dart.dart
@@ -100,6 +100,11 @@ abstract class DartCompletionRequest extends CompletionRequest {
DartType get objectType;
/**
+ * The OpType which describes which types of suggestions would fit the request
Brian Wilkerson 2016/12/09 17:15:19 nit: missing period
+ */
+ OpType get opType;
+
+ /**
* Return the [SourceFactory] of the request.
*/
SourceFactory get sourceFactory;

Powered by Google App Engine
This is Rietveld 408576698