forked from OSchip/llvm-project
parent
d6518a89e0
commit
fe8231ecca
|
|
@ -81,6 +81,14 @@
|
|||
// CHECK-NEXT: ObjCProtocol{{.*}} 'P'
|
||||
// CHECK-NEXT: ObjCMethodDecl{{.*}} bar
|
||||
|
||||
@interface TestGenericInterface<T> : A<P> {
|
||||
}
|
||||
@end
|
||||
// CHECK: ObjCInterfaceDecl{{.*}} TestGenericInterface
|
||||
// CHECK-NEXT: -ObjCTypeParamDecl
|
||||
// CHECK-NEXT: -super ObjCInterface
|
||||
// CHECK-NEXT: -ObjCProtocol
|
||||
|
||||
@implementation TestObjCClass (TestObjCCategoryDecl)
|
||||
- (void) bar {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue