blob: 40c04e277ccda6dc7024493021f5b7d41ef82c63 [file] [log] [blame]
@protocol P
@optional
- (void)method;
@end
@interface I
- (instancetype _Nonnull)init;
@end
I * _Nonnull f(I * _Nonnull);