mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The problem detection logic currently expects `generic argument #<N>` location to always be associated with two generic types, but that is not always the case, this locator element is sometimes used for i.e. optional object types and pointer `Pointee` type when types appear in argument positions. This needs to be handled specifically. Resolves: rdar://82971941