You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments