* Explicitly include a path of this Node.
(path: ObjectPath, context: InclusionContext)
| 100 | * Explicitly include a path of this Node. |
| 101 | */ |
| 102 | includePath(path: ObjectPath, context: InclusionContext): void; |
| 103 | |
| 104 | /** |
| 105 | * Special version of include for assignment left-hand sides which ensures |
no outgoing calls
no test coverage detected