Review comments

Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
Stephan Brandauer
2022-08-12 16:36:49 +02:00
parent ac097d5f2a
commit b9cb60c2cb

View File

@@ -722,8 +722,6 @@ class CalleeFlexibleAccessPath extends EndpointFeature, TCalleeFlexibleAccessPat
*
* "Containment" is syntactic, and currently means that the endpoint is an argument to the call, or that the endpoint is a (nested) property value of an argument.
*
* This feature, together with `InputArgumentIndex` is intended as a far superior version of the `ArgumentIndexFeature`.
*
* Examples:
* ```
* foo({ bar: endpoint }); // -> bar