| 3099 | } |
| 3100 | |
| 3101 | type BeginEnd struct { |
| 3102 | Statements []Statement |
| 3103 | SuppressSemicolon bool |
| 3104 | } |
| 3105 | |
| 3106 | func (node *BeginEnd) Format(buf *nodeBuffer) { |
| 3107 | semicolon := ";" |
nothing calls this directly
no outgoing calls
no test coverage detected