const internal/types/errors.NotAType

9 uses

	internal/types/errors (current package)
		code_string.go#L36: 	_ = x[NotAType-25]
		codes.go#L259: 	NotAType

	go/types
		call.go#L805: 		check.errorf(e.Sel, NotAType, "%s is not a type", ast.Expr(e))
		typexpr.go#L52: 		check.errorf(e, NotAType, "%s (%s) is not a type", obj.Name(), objectKind(obj))
		typexpr.go#L266: 			check.errorf(&x, NotAType, "%s used as type", &x)
		typexpr.go#L268: 			check.errorf(&x, NotAType, "%s is not a type", &x)
		typexpr.go#L281: 			check.errorf(&x, NotAType, "%s used as type", &x)
		typexpr.go#L283: 			check.errorf(&x, NotAType, "%s is not a type", &x)
		typexpr.go#L394: 		check.errorf(e0, NotAType, "%s is not a type", e0)