mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When you have a type that's ambiguous because it's defined in 2 imported modules, but you don't have to disambiguate by using the module name, previously no index references were produced. Now most are for the common case, but notably nested type constructors and generics still aren't emitted, partially because of https://github.com/apple/swift/issues/65726 Fixes: https://github.com/apple/swift/issues/64598
144 KiB
144 KiB