mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Reference is marked "explicit", which may be unexpected - the reason is that the *call* is explicit, so we want to find it with e.g. rename, or looking up callers, even though the identifier callAsFunction is implicit. This matches the behaviour of initializers. * The source location is the same as the base name (e.g. in `add3(5)`, it would be at `add3`), which matches the behaviour of initializers. rdar://problem/60327632
7.0 KiB
7.0 KiB