(begin *token, end ast.Node)
| 37 | } |
| 38 | |
| 39 | func locFromTokenAST(begin *token, end ast.Node) ast.LocationRange { |
| 40 | return ast.LocationRangeBetween(&begin.loc, end.Loc()) |
| 41 | } |
| 42 | |
| 43 | // --------------------------------------------------------------------------- |
| 44 |
no test coverage detected
searching dependent graphs…