func go/ast.Fprint

2 uses

	go/ast (current package)
		print.go#L39: func Fprint(w io.Writer, fset *token.FileSet, x any, f FieldFilter) error {
		print.go#L74: 	return Fprint(os.Stdout, fset, x, NotNilFilter)