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 returnMyself()->Self{returnself} // expected-error{{non-'@objc' method 'returnMyself()' does not satisfy requirement of '@objc' protocol 'NSWobbling'}}{{none}}
277
-
// expected-error@-1{{method cannot be an implementation of an @objc requirement because its result type cannot be represented in Objective-C}}
276
+
func returnMyself()->Self{returnself}
278
277
}
279
278
280
279
extensionWobbler:NSMaybeInitWobble{ // expected-error{{type 'Wobbler' does not conform to protocol 'NSMaybeInitWobble'}}
0 commit comments