ToDebugStringWithIDs returns a string representation with AST node IDs.
(e ast.Expr)
| 325 | |
| 326 | // ToDebugStringWithIDs returns a string representation with AST node IDs. |
| 327 | func ToDebugStringWithIDs(e ast.Expr) string { |
| 328 | return ToAdornedDebugString(e, &idAdorner{}) |
| 329 | } |