| Index: pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart
|
| diff --git a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart
|
| index d9495ebb0783a3be11ba6315bbcd068541db137f..e94016a39bf151d63134fe434c597eac273671b5 100644
|
| --- a/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart
|
| +++ b/pkg/analysis_server/lib/src/provisional/completion/dart/completion_target.dart
|
| @@ -81,6 +81,8 @@ int _computeArgIndex(AstNode containingNode, Object entity) {
|
| * there may be no edge in the parse tree which is appropriate to act as the
|
| * completion target; in this case, [entity] is set to null and
|
| * [containingNode] is set to the CompilationUnit.
|
| + *
|
| + * Clients may not extend, implement or mix-in this class.
|
| */
|
| class CompletionTarget {
|
| /**
|
|
|