mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
They aren't really generic at runtime, so register them as conformances on the nongeneric class. Fixes rdar://problem/27869089.
6 lines
58 B
Objective-C
6 lines
58 B
Objective-C
@import Foundation;
|
|
|
|
@interface Thingy<T>: NSObject
|
|
|
|
@end
|