AsCall adapts the expr into a CallExpr The Kind() must be equal to a CallKind for the conversion to be well-defined.
()
| 65 | // |
| 66 | // The Kind() must be equal to a CallKind for the conversion to be well-defined. |
| 67 | AsCall() CallExpr |
| 68 | |
| 69 | // AsComprehension adapts the expr into a ComprehensionExpr. |
| 70 | // |
no outgoing calls