Use definition from canonical decl when checking for designated initializers. This is necessary since deserialization of a interface might reuse the definition from the canonical one (see r281119). rdar://problem/29360655 llvm-svn: 301382
5 lines
44 B
Objective-C
5 lines
44 B
Objective-C
#import "Base.h"
|
|
|
|
@interface A2 : Base
|
|
@end
|