| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
|
| index 36ab4fc2b085c1a6f7b9a9b384aded31404be8c6..91eb389afb406d5bd3ad9b25720cf4336be2783d 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestionKind.java
|
| @@ -23,6 +23,11 @@ package com.google.dart.server.generated.types;
|
| */
|
| public class CompletionSuggestionKind {
|
|
|
| + /**
|
| + * A list of arguments for the method or function that is being invoked. For this suggestion kind,
|
| + * the completion field is a textual representation of the invocation and the parameterNames,
|
| + * parameterTypes, and requiredParameterCount attributes are defined.
|
| + */
|
| public static final String ARGUMENT_LIST = "ARGUMENT_LIST";
|
|
|
| public static final String IMPORT = "IMPORT";
|
|
|