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

Unified Diff: pkg/analysis_server/lib/src/services/completion/arglist_computer.dart

Issue 1042913002: Clean up analyzer hints. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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/analysis_server/lib/src/services/completion/optype.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/services/completion/arglist_computer.dart
diff --git a/pkg/analysis_server/lib/src/services/completion/arglist_computer.dart b/pkg/analysis_server/lib/src/services/completion/arglist_computer.dart
index 55b342a1629e28c30a0db12be8ccab9db9441820..6f87526d1da08737a03ff20fcda9f1b5781b9e26 100644
--- a/pkg/analysis_server/lib/src/services/completion/arglist_computer.dart
+++ b/pkg/analysis_server/lib/src/services/completion/arglist_computer.dart
@@ -55,7 +55,7 @@ class _ArgListAstVisitor
if (selector != null) {
String name = selector.name;
if (name != null && name.length > 0) {
- if (parent.period == null) {
+ if (parent.operator == null) {
/*
* If a local declaration is found, then return null
* indicating that suggestions were added
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/services/completion/optype.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698