Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix type rendering in PerlableAttribute.perl()
Switch to showing the container_descriptor's .of type instead of the attribute's .type, so that array attributes will render correctly. For example, an Int array attribute will now render as 'has Int @.array' rather than 'has Positional @.array'.
- Loading branch information