mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
So that we do the right thing with thunks for generic ObjC methods. Partially fixes rdar://problem/27869089.
6 lines
58 B
Objective-C
6 lines
58 B
Objective-C
@import Foundation;
|
|
|
|
@interface Thingy<T>: NSObject
|
|
|
|
@end
|