Files
swift-mirror/test/SILGen/Inputs/objc_bridged_generic_conformance.h
Joe Groff 9857824fe7 SILGen: Set context generic params for bridging thunks.
So that we do the right thing with thunks for generic ObjC methods. Partially fixes rdar://problem/27869089.
2016-08-16 11:40:39 -07:00

6 lines
58 B
Objective-C

@import Foundation;
@interface Thingy<T>: NSObject
@end