const golang.org/x/tools/go/ast/edge.FuncLit_Body

3 uses

	golang.org/x/tools/go/ast/edge (current package)
		edge.go#L104: 	FuncLit_Body
		edge.go#L235: 	FuncLit_Body:          info[*ast.FuncLit]("Body"),

	golang.org/x/tools/go/ast/inspector
		walk.go#L68: 		walk(v, edge.FuncLit_Body, -1, n.Body)