Closed lexidor closed 4 years ago
Take the following example from the docs https://docs.hhvm.com/hack/reference/function/HH.ReifiedGenerics.getType/ function getType<\T>(): \mixed; Both T and mixed ought not to be fully qualified here.
function getType<\T>(): \mixed;
T
mixed
Broken example no longer exists. Can not find similar breakages.
Take the following example from the docs https://docs.hhvm.com/hack/reference/function/HH.ReifiedGenerics.getType/
function getType<\T>(): \mixed;
BothT
andmixed
ought not to be fully qualified here.