swift-spyable icon indicating copy to clipboard operation
swift-spyable copied to clipboard

[Bug] Doesn't support multiple functions of the same name with different parameters

Open brzzdev opened this issue 1 year ago • 1 comments

@Spyable
internal protocol MyHapticsProtocol {
    func send(_ style: UIImpactFeedbackGenerator.FeedbackStyle)
    func send(_ type: UINotificationFeedbackGenerator.FeedbackType)
}

results in a bunch Invalid redeclaration of ... warnings

brzzdev avatar Jul 04 '23 21:07 brzzdev