| 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;
|
|
|
|
|