const go/ast.Typ

5 uses

	go/ast (current package)
		scope.go#L155: 	Typ                // type
		scope.go#L165: 	Typ: "type",

	go/parser
		resolver.go#L471: 				r.declare(spec, nil, r.topScope, ast.Typ, spec.Name)
		resolver.go#L569: 			r.declare(expr, nil, r.topScope, ast.Typ, id)
		resolver.go#L601: 	r.declareList(list, ast.Typ)