| 1113 | } |
| 1114 | |
| 1115 | type insertReturnNBlockClose struct { |
| 1116 | N int // number of returns |
| 1117 | After token.Pos // position to insert after |
| 1118 | } |
| 1119 | |
| 1120 | func (i *insertReturnNBlockClose) Pos() token.Pos { |
| 1121 | return i.After |
nothing calls this directly
no outgoing calls
no test coverage detected