Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is an issue with parsing generic parameters where a primitive type like int32 will not result in GenericParameterPrimitiveSyntax but rather GenericParameterTypeConstraintSyntax, and same with parameter references like !T. this was fixed in this commit
- Loading branch information