go/ast: add {L,R}paren token.Pos field to ast.TypeAssertExpr.
These are required to correctly determine the End() of the node. Also set these fields in go/parser and use them in go/printer. This is a backward-compatible API change. R=gri, r CC=golang-dev https://golang.org/cl/10189043
Showing
Please register or sign in to comment