Index: pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart |
diff --git a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart |
index 283a27136a3d20f35a4d5e0a625271bbe5066a39..755e0efdf344042fac5592e4f04276ad95859f72 100644 |
--- a/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart |
+++ b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_dart.dart |
@@ -226,6 +226,8 @@ abstract class DartEditBuilder implements EditBuilder { |
* If a [methodBeingCopied] is provided, then type parameters defined by that |
* method are assumed to be part of what is being written and hence valid |
* types. |
+ * |
+ * Return `true` if some text was written. |
*/ |
bool writeType(DartType type, |
{bool addSupertypeProposals: false, |