mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The source range of the getter's body was set incorrectly; both the start and the end were the property's location. Instead, let's use the source range of the initializer expression, which fixes an assertion in name lookup. Fixes <rdar://problem/70732736>.
247 B
247 B