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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 970063002: When a closure is extracted as a method, it does not have any return type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 9656d5c6d60116478e4c5d65839e1f38f935d85f..5585838a94460ad37990144d1f50f2b940f01310 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -3551,6 +3551,8 @@ dt.typeDefinition {
<p>
The proposed return type for the method.
+ If the returned element does not have a declared return type,
+ this field will contain an empty string.
</p>
</dd><dt class="field"><b><i>names ( List&lt;String&gt; )</i></b></dt><dd>

Powered by Google App Engine
This is Rietveld 408576698