Closed
Description
Just noticed that the predeclared types any
, in byte
, and rune
go/types.Universe
are not actually of type go/types.Alias
. This matters: I noticed it while working on type writing for the x/tools inliner.
I'll put together a fix. I would not be surprised if additional tests fail as a result of this fix, since this would be the first time we have an Alias
type in the universe scope.
(EDIT: per discussion, let's just fix this for any
. Basic types are special anyway).