()
| 465 | } |
| 466 | |
| 467 | func (b *Binder) createLoopLabel() *ast.FlowLabel { |
| 468 | return b.newFlowNode(ast.FlowFlagsLoopLabel) |
| 469 | } |
| 470 | |
| 471 | func (b *Binder) createBranchLabel() *ast.FlowLabel { |
| 472 | return b.newFlowNode(ast.FlowFlagsBranchLabel) |
no test coverage detected