(declaration *ast.Node)
| 532 | } |
| 533 | |
| 534 | func (b *Binder) newSingleDeclaration(declaration *ast.Node) []*ast.Node { |
| 535 | return b.singleDeclarationsArena.NewSlice1(declaration) |
| 536 | } |
| 537 | |
| 538 | func setFlowNodeReferenced(flow *ast.FlowNode) { |
| 539 | // On first reference we set the Referenced flag, thereafter we set the Shared flag |
no test coverage detected