go/ast.FuncLit.Pos (method, view implemented interface methods)

2 uses

	go/ast (current package)
		ast.go#L486: func (x *FuncLit) Pos() token.Pos  { return x.Type.Pos() }

	go/parser
		resolver.go#L258: 		r.openScope(n.Pos())