mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
1d845d6e3f
`source.request.conformingmethods` is a new SourceKit request which receives a source position and a list of protocol namses, returns a list of methods whose return type conforms to the requested protocols. rdar://problem/44699573