mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9f9b3abeaa
Fix logic for @_objcImplementation
9 lines
99 B
Objective-C
9 lines
99 B
Objective-C
@interface NSObject
|
|
@end
|
|
|
|
@interface ImplClass : NSObject
|
|
|
|
@property int defaultIntProperty;
|
|
|
|
@end
|