You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add logic to look for overload groups when emitting warnings and
suggestions about ambiguous symbols. If exactly one of the ambiguous
symbols is an overload group, then suggest the author simply remove
the incorrect disambiguation.
summary:"\(Self.replacementOperationDescription(from:"-"+ disambiguations.dropFirst(), to:"")) to use overload group \n\(fullNameOfNode(overloadGroupNode).singleQuoted)",
\(disambiguations.dropFirst().singleQuoted) isn't a disambiguation for \(nextPathComponent.name.singleQuoted) at \(partialResult.node.pathWithoutDisambiguation().singleQuoted)
/// Returns the only element of the sequence that satisfies the given predicate.
480
480
/// - Parameters:
481
481
/// - predicate: A closure that takes an element of the sequence as its argument and returns a Boolean value indicating whether the element is a match.
0 commit comments