const go/ast.Typ

5 uses

	go/ast (current package)
		scope.go#L144: 	Typ                // type
		scope.go#L154: 	Typ: "type",

	go/parser
		resolver.go#L467: 				r.declare(spec, nil, r.topScope, ast.Typ, spec.Name)
		resolver.go#L565: 			r.declare(expr, nil, r.topScope, ast.Typ, id)
		resolver.go#L597: 	r.declareList(list, ast.Typ)