Index: pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart |
diff --git a/pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart b/pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart |
index 70f154242fdb861d400c5fc63a379122a58a3291..11b4f1ba56c6e4cd5963c9cd5404b3d45254ca59 100644 |
--- a/pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart |
+++ b/pkg/analysis_server/lib/src/services/completion/common_usage_computer.dart |
@@ -99,7 +99,6 @@ class CommonUsageComputer { |
* An [AstVisitor] used to determine the best defining type of a node. |
*/ |
class _BestTypeVisitor extends GeneralizingAstVisitor { |
- |
/** |
* The entity which the completed text will replace (or which will be |
* displaced once the completed text is inserted). This may be an AstNode or |