var _ … // TestNewAlias tests that alias.NewAlias creates an alias of a type // whose underlying and Unaliased type is *Named. // When gotypesalias=1 (or unset) and GoVersion >= 1.22, the type will // be an *aliases.Alias. func TestNewAlias(t *testing.T) { … }