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
Improve compatibility layer for KeyPathPropertyComponentSyntax
The rename of `identifier` -> `declName` was not correct in `KeyPathPropertyComponentSyntax` because we also chagned its type from `TokenSyntax` to `DeclReferenceExprSyntax`.
Instead, provide two hand-written compatibility properties that transparently access the `DeclReferenceExprSyntax`.
0 commit comments