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

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

Issue 791553007: suggest fields rather than synthetic getters (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 5 years, 11 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 | « pkg/analysis_server/test/services/completion/local_computer_test.dart ('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 2f91802c596c9a0bd740a1a46f9282b8fd07213f..f4755c4be8d3e34e6792229d08edaef142bff6f0 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2006,8 +2006,9 @@
<field name="returnType" optional="true">
<ref>String</ref>
<p>
- The return type of the getter, function or method being
- suggested. This field is omitted if the suggested element
+ The return type of the getter, function or method
+ or the type of the field being suggested.
+ This field is omitted if the suggested element
is not a getter, function or method.
</p>
</field>
« no previous file with comments | « pkg/analysis_server/test/services/completion/local_computer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698