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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java

Issue 10915031: Issue 4796. Support for renaming named parameters in invocations (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java
index 82cb19e0128d21ee2a0fc77034c15847860838ed..1827c423049b0912c7bfe0a624ac5bd278cfc0c5 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/search/MatchKind.java
@@ -72,6 +72,11 @@ public enum MatchKind {
METHOD_REFERENCE,
/**
+ * A reference to a named parameter in invocation.
+ */
+ NAMED_PARAMETER_REFERENCE,
+
+ /**
* A reference to a type.
*/
TYPE_REFERENCE;

Powered by Google App Engine
This is Rietveld 408576698