go/ast: FuncType.Params may be nil (per AST documentation)
ast.Walk needs to check for it or it will crash. R=r CC=golang-dev https://golang.org/cl/6852062
Showing
Please register or sign in to comment
ast.Walk needs to check for it or it will crash. R=r CC=golang-dev https://golang.org/cl/6852062