Hey there,
I wanted to implement a trait which provides a values method to BackedEnum implementations without our project.
https://psalm.dev/r/86d5f5d471
But sadly, it is not possible to provide value-of<self> within a use annotation.
Am I missing something or is that a bug?
If the latter, having a point to start would be awesome and I might find some time to fix it.