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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 1407333006: Fix protocol for EXTRACT_LOCAL_VARIABLE and coveringExpressionOffsets/lengths. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/tool/spec/generated/java/types/ExtractLocalVariableFeedback.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 8c349e32670dc9f911a74d3afba7f4b7fc72191c..7c8f75333ad26d9c2642ad2f2c8a60e257816db1 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -4035,14 +4035,14 @@
complete expression.
</p>
<feedback>
- <field name="coveringExpressionOffsets">
+ <field name="coveringExpressionOffsets" optional="true">
<list><ref>int</ref></list>
<p>
The offsets of the expressions that cover the specified
selection, from the down most to the up most.
</p>
</field>
- <field name="coveringExpressionLengths">
+ <field name="coveringExpressionLengths" optional="true">
<list><ref>int</ref></list>
<p>
The lengths of the expressions that cover the specified
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ExtractLocalVariableFeedback.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698