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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java

Issue 1409333002: DAS specification changes - spelling and ElementKind.FILE addition. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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: pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
index 7426bda44666a926f47e7e71816218f9cd9d0839..b84c921d5cde5bfb48b39514457b1ca3e67fe2c2 100644
--- a/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
+++ b/pkg/analysis_server/tool/spec/generated/java/types/ElementKind.java
@@ -37,6 +37,8 @@ public class ElementKind {
public static final String FIELD = "FIELD";
+ public static final String FILE = "FILE";
+
public static final String FUNCTION = "FUNCTION";
public static final String FUNCTION_TYPE_ALIAS = "FUNCTION_TYPE_ALIAS";

Powered by Google App Engine
This is Rietveld 408576698