const internal/types/errors.NotAType

9 uses

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

	go/types
		call.go#L804: 		check.errorf(e.Sel, NotAType, "%s is not a type", ast.Expr(e))
		typexpr.go#L53: 		check.errorf(e, NotAType, "%s is not a type", obj.Name())
		typexpr.go#L268: 			check.errorf(&x, NotAType, "%s used as type", &x)
		typexpr.go#L270: 			check.errorf(&x, NotAType, "%s is not a type", &x)
		typexpr.go#L285: 			check.errorf(&x, NotAType, "%s used as type", &x)
		typexpr.go#L287: 			check.errorf(&x, NotAType, "%s is not a type", &x)
		typexpr.go#L409: 		check.errorf(e0, NotAType, "%s is not a type", e0)