swift
ffa67347 - [Sema] Fix getter parameter indices crash. (#23719)

Commit
6 years ago
[Sema] Fix getter parameter indices crash. (#23719) During `Differentiable` derived conformances, the stored properties for differentiation should be marked with `@differentiable`. Previously, derived conformances crashed for stored properties with no getter. ("No getter" occurs under specific circumstances, related to access levels and associated type inference.) Now, getter synthesis is triggered when getters do not exist. Resolves TF-269.
Author
Parents
Loading