Files
swift-mirror/test/Reflection/Inputs/cmodules/testModA.h
Artem Chikin 52353f8a89 [Static Mirror] Extract names of external-type conformances
Covering two cases: external ObjC class extensions that add a conformances, and extensions of external Swift types that add a conformance. For both cases, we were not previously reading out the type name correctly, or at all.

Resolves rdar://91832735
2022-04-18 10:09:20 -07:00

5 lines
92 B
Objective-C

#import <Foundation/Foundation.h>
@interface testModAClass : NSObject
@property int x;
@end