Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct typeof result for one of the Union types (#28843)
This union is type-equivalent to `Real`, so the output is a bit misleading, since this just evaluates `typeof(Real)` in disguised form. Remove as suggested by yuyichao.
- Loading branch information