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
func hello(completion:@escaping(Bool)->Void) // expected-warning {{method 'hello(completion:)' with Objective-C selector 'helloWithCompletion:' conflicts with method 'hello()' with the same Objective-C selector; this is an error in Swift 6}}
91
-
}
92
-
93
66
// additional coverage for situation like C4, where the method names don't
94
67
// clash on the ObjC side, but they do on Swift side, BUT their ObjC selectors
0 commit comments