Feature request
Some classes extends other by having __call call the requested method on a contained object. This is sometimes hinted using @mixin, but maybe the @extends property added with generics could be used for the same porous.
Side note I really find this sort extensions problematic but they are pretty prevalent in the wild.