Amritpan Kaur
Results
2
issues of
Amritpan Kaur
This is the implementation for [SE-0438: Metatype Keypaths](https://github.com/apple/swift-evolution/pull/2420) which extends keypath usage to include references to static properties, eg. metatype keypaths: ``` struct Bee { static let name = "honeybee"...
These changes refactor and generalize key path component kinds to make them extendable to other potential key path component kinds, eg. method keypaths. `UnresolvedProperty` is renamed to `UnresolvedMember` to handle...