In the main branch, T.Type
produces a MemberTypeIdentifierSyntax
, whereas in 0.50700.0
it's a MetatypeTypeSyntax
. Is this an intentional change?
I think that’s an issue @bnbarham is fixing it in Parse `.Type` and `.Protocol` as `MetatypeTypeSyntax` by bnbarham · Pull Request #1077 · apple/swift-syntax · GitHub.
1 Like
I'm still seeing this issue in the official 508.0.0
release. Is this intentional, and is MetatypeTypeSyntax deprecated? Or should we expect to see its return in the future?
1 Like