mirror of
https://github.com/apple/swift.git
synced 2026-01-17 12:17:35 +01:00
We should be returning the declared type of the implicit 'Self' parameter, not the archetype. <rdar://problem/16520667> Swift SVN r16081
4 lines
51 B
Objective-C
4 lines
51 B
Objective-C
@protocol InitProto
|
|
- (id)initWithInt:(int)i;
|
|
@end
|