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

Unified Diff: pkg/analysis_server/test/integration/protocol_matchers.dart

Issue 461063002: add keyword suggestions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 4 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 | « pkg/analysis_server/test/domain_completion_test.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/protocol_matchers.dart
diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart
index 1185021c26c45800ec287357762566e8657db1e9..03f6aab90e6cf912dc9de7d598eb33f3cc6aa19d 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -952,6 +952,7 @@ final Matcher isCompletionSuggestion = new LazyMatcher(() => new MatchesJsonObje
* FUNCTION_TYPE_ALIAS
* GETTER
* IMPORT
+ * KEYWORD
* LIBRARY_PREFIX
* LOCAL_VARIABLE
* METHOD
@@ -974,6 +975,7 @@ final Matcher isCompletionSuggestionKind = new MatchesEnum("CompletionSuggestion
"FUNCTION_TYPE_ALIAS",
"GETTER",
"IMPORT",
+ "KEYWORD",
"LIBRARY_PREFIX",
"LOCAL_VARIABLE",
"METHOD",
« no previous file with comments | « pkg/analysis_server/test/domain_completion_test.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698