This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for callable parameters with type parameters
This part of #108 actually already works, since parameters don’t have their own node type: They’re AttributeDeclarations or MethodDeclarations, and MethodDeclarations of course already support type parameters.
- Loading branch information