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

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: 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
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
Paul Berry 2015/01/12 17:29:20 I think this sentence would be clearer with a comm
+ 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>

Powered by Google App Engine
This is Rietveld 408576698