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

Unified Diff: pkg/analyzer/tool/summary/idl.dart

Issue 1565643002: Eliminate constructor return types from summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/analyzer/tool/summary/idl.dart
diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart
index 28d0da5038318340719739bcefeed3a3bbc1cb7b..3752d292658da98717aebe5020a9088bbb445af7 100644
--- a/pkg/analyzer/tool/summary/idl.dart
+++ b/pkg/analyzer/tool/summary/idl.dart
@@ -326,8 +326,8 @@ class UnlinkedExecutable {
/**
* Declared return type of the executable. Absent if the return type is
- * `void`. Note that when strong mode is enabled, the actual return type may
- * be different due to type inference.
+ * `void` or the executable is a constructor. Note that when strong mode is
+ * enabled, the actual return type may be different due to type inference.
*/
UnlinkedTypeRef returnType;

Powered by Google App Engine
This is Rietveld 408576698