Using @v_args(tree=True) on a subclass of Transformer doesn't have any effect. No errors, nothing - it simply doesn't change any behavior (the children are still being passed as normal).
This is also the case with @v_args(meta=True) though this incantation causes an error to be raised - something about not being able to pass meta information to internal visitors (very cryptic error).
How do you get a non-inline Transformer subclass to receive Tree or Meta information?