(node *ast.Node)
| 5961 | } |
| 5962 | |
| 5963 | func (p *Printer) pushNameGenerationScope(node *ast.Node) { |
| 5964 | p.nameGenerator.PushScope(p.shouldReuseTempVariableScope(node)) |
| 5965 | } |
| 5966 | |
| 5967 | func (p *Printer) popNameGenerationScope(node *ast.Node) { |
| 5968 | p.nameGenerator.PopScope(p.shouldReuseTempVariableScope(node)) |
no test coverage detected