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

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

Issue 787603004: Getters should not have parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/protocol_server_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 70b88bf97e3ea3b62217ee659b79d0150000cf50..69f454241c28211deaaede5b14e908d63c7dd1ef 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2084,8 +2084,9 @@
<p>
The parameter list for the element. If the element is not
a method or function this field will not be defined. If
- the element has zero parameters, this field will have a
- value of "()".
+ the element doesn't have parameters (e.g. getter), this field
+ will not be defined. If the element has zero parameters, this
+ field will have a value of "()".
</p>
</field>
<field name="returnType" optional="true">
« no previous file with comments | « pkg/analysis_server/test/protocol_server_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698